'

Welcome!

Hej there! Welcome on the page about my plugins for Wordpress. Please note that there may be different kinds and approaches on the topic. Mainly I divide my plugins into two subcategories, Functionality plugins and the more Traditional plugins. Let's see a simple overview.

Functionality plugins

There are meant to offer a quick power up to basic Wordpress setup. Activating them should just give you a bunch of few more functions, or aimed modifications (hooks) with no or few efforts. One main concept behind a functionality plugin is its highly portability and eventually flexibility. Usually there is no Option page, you need to know where to add the right line of PHP into your template, or what exactly the plugin does.

Traditional plugins

Oh yeah, those are the real deal. You may end up having plenty of features and options, and eventually very likely an Option Page from where tune the plugin. Such a plugins requires far more resources to be developed and tested before the final release. Expect also updates, time to time. I've few of them on stand by. Stay tuned for future releases.

WordPress Move, how to fix the Fatal Error on Activation

In our normal routine, it isn’t uncommon to migrate a WordPress site, most of the times from production to its final domain. The plugin WordPress Move (realized and maintained by Mert Yazicioglu) is an useful tool that serves this very purpose. It allows to migrate the whole pack (database, files, plugins, settings) at ease. It’s also good for backing up [...more]

WPX: List Similar Posts

WPX List Similar Posts is a very simple functionality plugin for WordPress that gives you a new function to display a list of posts that share the same tags or categories of the main article. Or if you prefer you can copy and paste the function wpx_list_similar_posts into your functions.php file. For a better use, please consult the examples at [...more]

WPX: The Post Thumbnail, Enhanced

Often you want to highlight a title of an article putting aside an image, more appropriately a thumbnail. WordPress offers a function for that scope, the_post_thumbnail. In order to make use of it, you need to activate the relative support, and to set a Featured Image in the proper panel while editing the post. To make things easier, you can [...more]

Functionality Plugins vs a Framework’s Library

Just read an interesting article on WP-Candy about a method to easily porting functionality from theme to theme, extracting those single features and coding them into plugins that add each a single precise function. I thought others may have considered to get inspired by that article, so here my two cents. You can think of it as a portable functions.php [...more]