One of the problem most of the WordPress newbies face is highlighting their codes in the post. Some even go to the extend of writing their own extension for this purpose. When there are better solutions. Google Syntax Highlighter Plugin is one of the best plugin out there which does this task wonderfully. Its based Read More …
In WordPress one of the most irritating thing that webmasters with multiple author feel is the lack of permission for the contributor to upload or insert images. When your blog is using post image its really hard as some one with a higher permission has to do the job. But there is a really simple Read More …
Monetizing RSS feeds has becomw a common practice, and many blogs do it to maximize their income. FeedBurner can insert AdSense ads into your feed items, but you need at least 500 subscribers to qualify, and you can’t use any ads other than the AdSense ads provided by FeedBurner. So what is the workaround? What Read More …
Comment meta is such a wonderful addition to WordPress that allow us to extend the native comment form with additional fields. This comes very handy for the one’s who is trying to create review sites etc. Unfortunately there’s no documentation added on the WP codex. For the purpose of demonstration we will be doing: add Read More …
There time when you feel that the basic permalink settings of wordpress simply isn’t enough when you want to make your url more meaningful and seo friendly. But how do we do this? There no much information on this out there as this is not something that all needs. Well, there is a very cool Read More …
If you are like most of the other wordpress developers out there, then you might also had this problem with the default mystery man in wordpress. You also would wanted to change the deafualt avatar of your comments with something nice. It’s not that hard. It’s infact very easy. Just add this to your functions.php Read More …
There are time when you may want to automatically display a custom text below each of your posts. You can hard-code it, but why do it when there is better way to do so using a WordPress hook. Here’s how to do. Paste the following code into your functions.php and save the file. Custom content Read More …
Big the biggest challenge of blogger is to retain readers in their blog. One of the best technique to do this showing the most popular posts or related posts on the site where user is bound to see it. Keep this just below the current post may increase the chance of user seeing it. The Read More …
There often time when you want to add categories or tags to a post from code. WordPress codex has a good deal of resource on this but most of the time it’s hard for the beginners to grasp. In this post we will try to crack this the easiest way. First let us create an Read More …
There times when you want to add post from your code. For example for creating a custom post panel for your users in a classifieds site. But most of them don’t know that this can be achieved very easily. Just paste the following code anywhere on WordPress theme files. If you want to test,But for Read More …




