All posts by Igor Benic

Web Developer who mainly uses WordPress for projects. Working on various project through Codeable & Toptal. Author of several ebooks at https://leanpub.com/u/igorbenic.

ArticlesBusiness

Selling WordPress Plugins with Freemius

Starting a plugin business these days is hard. The market feels saturated and it looks like that everything you think of is already there. In such a saturated market, how will people find your plugin? I have thought of the same thing. I’ve decided that I want to focus on developing (and a little marketing) but I don’t want to lose my energy on maintaining a licensing solution. In this article, I’ll try to make it easier for you to start a plugin business with Freemius.

Read More

PluginsQuick Tip

Automation on Post Publish in WordPress

Automating is something that you’ll eventually need when developing. If you’re building plugins or custom solutions, you’ll want to automate some operations when a content gets published. WordPress offers scheduling of custom post types out of the box. Let’s see how can we hook on that and automate our code.

Read More

JavaScriptPluginsThemes

How to use the WordPress Code Editor in your Plugins or Themes

When you’re developing plugins, themes or even custom solutions, you might provide your clients a way to insert custom scripts or styles. When that comes, we usually tend to use the classic textarea field for that. WordPress ships with their own code editor, so why not enhance the user experience by providing a nice way of editing the code? In this tutorial, you’ll see how to use the WordPress Code Editor and integrate it with your own plugin or themes.

Read More