WordPress Plugin: Cleaner WordPress Editor – Trying To Make WordPress Editing a Pleasure
Every time I write a post for my blog, it doesn’t feel right. The default WordPress editor just doesn’t cut it for me. There’s too much junk around the editor text box, the font isn’t right, the contrast is too high. So I decided to do something about it. I googled and googled some more [...]
WordPress Tricks: Pretty Breadcrumbs for Theme Hybrid based Child Themes
I was bored with the default breadcrumbs that come with Theme Hybrid. Wanted something new. I looked up some tutorials for nice looking breadcrumbs. Found this one which I liked quite a lot and decided to implement it for Humbug. Usually, things are very simple with Theme Hybrid, but this one was slightly ugly. Here’s [...]
WordPress Error: The plugin generated 1 characters of unexpected output during activation
This happens when the plugin developer leaves whitespace before <?php or after ?>.
WordPress Plugin: Remove Author Column on Edit Posts Page
This wordpress plugin removes the author column on Edit Posts page (for custom post types as well). The author column doesn’t make sense on single author blogs. By removing it, you can save precious real estate and use other useful plugins like Simply Show Ids. Remove Author Column This is my first wordpress plugin. Just [...]
Patch for YOURLS: WordPress to Twitter – Filter Hook to Control the URL that is Fed into Yourls
Yourls: WordPress to Twitter is a wonderful plugin which bridges yourls with wordpress. In addition to yourls statistics, I also wanted to track the clicks on the shortened link using Google Analytics. This requires addition of Google Analytics tags to the permalink URL which then gets shortened by yourls. Hence I modified the plugin code [...]
Adding Custom Post Types to Sitemap
The Google Sitemap Generator WordPress Plugin is the most widely used plugin to generate a sitemap for a wordpress site. However it doesn’t support custom types yet. Hence the Google Bot hasn’t been visiting my website as frequently coz the sitemap doesn’t have the posts I add on my custom microblog. So I modified the [...]
Redirect WordPress XMLRPC Clients to a Custom Post Type
Lets say you want to post from your Android or Iphone WordPress clients to a custom post type instead of the the defualt ‘post’ type. Paste the code below in your functions.php and you should be good to go function redirect_xmlrpc_to_custom_post_type ($data, $postarr) { $p2_custom_post_type = ‘custom_post_type’ //Change this to the custom post type you [...]
Using P2 Theme as a Page Template with a Custom Post Type for Blog Posts
First Post while using the P2 theme as a page template with a custom post type for blog posts

Recent Comments
(1 weeks ago)
(1 weeks ago)
(1 weeks ago)
(1 weeks ago)