
A good technique to help minimize bounce rates in a website is to offer content related to the one that is currently being consumed by the user. We’re going to learn here how to achieve this in WordPress using custom taxonomies, but you can use post tags or categories with the same code.
Read more

A couple of weeks ago I started building a plugin to be sold on the CodeCanyon network. The idea for this plugin was that it should be a shortcode to display a slider gallery with a minimal effort. Plugin is finished now and you can buy it from CodeCanyon. In this post we’ll go through a short review about the plugin.
Even though WordPress might not the friendliest CMS for user management, provides a good amount of customization for users meta information and profiles. However, one thing that is a bit rough right now is the Personal Options block in the User Pofile: you can’t hide it by removing an action hook or even filter it. In this tutorial we’re going to learn how to removing it using jQuery.
Read more
While I refrain myself from getting into discussions about something that somebody else said, the last article by Cameron Chapman in SmashingMagazine made me think. Ok, it got me angry because of the dangerous pretentious of the article: considering graphic design irrelevant and worst of all, unnecessary. After reading something I find so shallow and biased, I decided to write a response to it.

One of the best things in WordPress is the awesome rich text editor included, TinyMCE, by Moxiecode. It’s easy to use, organized and if you need to, you can reveal or even add more buttons to extend its functionality. For instance, to wrap a text selection with a shortcode or add a particular class to an image, to mention rather usual tasks. In this post we will build a plugin to wrap your selected text with a shortcode.