How to Easily Enable and Disable Debug Mode in WordPress!
Debugging PHP code is part of any project, but WordPress comes with specific debug systems designed to simplify the process as well as standardize code across the core, plugins and themes. WP_DEBUG is...
View ArticleHow to Close Trackbacks On all Posts At Once In WordPress!
If you’ve had a WordPress blog set-up and running for a while, you will probably have trackbacks mixed in with the real comments especially those posts and pages which have linked often by you and...
View ArticleHow to Allow Upload of More File Types in WordPress!
In WordPress for some reason, WordPress uploader won’t let you upload some file types such as Textmate’s .tmCommand. If you need to upload those files to your WordPress blog, here is a very nice...
View ArticleHow to Only Display The Author Posts in Admin Post List!
When blogger running the multi author blog they always want that each author see only their posts not others posts and It can be very useful to allow each author to only see his own posts in the admin...
View ArticleHow to Allow Contributors to Upload Files in WordPress!
Lot of contributors suffered from this problem. They can’t able to upload any kind of files through their dashboard. I also got lot of complaints regarding this. So just thought of sharing this. If you...
View ArticleHow to Remove Private and Protected From Post Title in WordPress!
If you make a post private in WordPress, the post’s title with be prefixed with “Private”. The same will happen if you password protect the post, although it will be prefixed with “Protected”. I don’t...
View ArticleHow to Disable Image Caption in WordPress Post Editor!
The caption shortcode in WordPress is a neat bit of functionality. It allows you to add captions to images. However, you are not limited to just adding captions to images. You can add them to pretty...
View ArticleHow to Remove Menus in WordPress Dashboard!
If you are working with client and building a site for him who gets confused by the setting menu. Today i am going to show you how you can easily remove menus in the WordPress dashboard. This can be...
View ArticleHow to Activate Link Manager in WordPress 3.5!
This version is the latest release of WordPress and introduces a lot of new features, and unusually for WordPress, a removal of a feature. If you install WordPress 3.5 from scratch – without an update...
View ArticleHow to Display Your Average Comments Per Post in WordPress!
If your blog is running on high rank and gets lots of comments then its difficult to know about average comments per posts. But today i am going to share with you a tip that how you can display your...
View Article