Disable comments on posts after certain commment count in wordpress

Disable comments on posts after certain commment count in wordpress

Many people want to disable the post comments for some posts which has too many comments. Using simple code you can easily disable the comments for your posts which has many comments. Here I written simple code. Using following code … Continue reading

how to get user information in wordpress

how to get user information in wordpress

You can print the user information using following information. You can put following code in your theme folder.

How to create custom shortcode for your wordpress site

How to create custom shortcode for your wordpress site

There are many wordpress plugins which are using the shortcode. Since Version 2.5 WordPress support so called Shortcodes. They have been introduced for creating macros to be use in a posts content. For more information visit following page. For creating … Continue reading

How to show featured image in admin panel list – in post list – for wordpress

How to show featured image in admin panel list - in post list - for wordpress

Featured images are very important feature of wordpress. Many blogger use the featured images on top. With watching the featured images user got idea about blog post or your article. Some time we miss to upload the featured image. But … Continue reading

How to make empty the wordpress trash automatically

How to make empty the wordpress trash automatically

Open your wp-config.php file which is in the root directory of wordpress installation. Above code will delete the comments from trash section after every seven days. Seven days are safe to keep trash. This is simple but good option to … Continue reading

Full url path to files custom setting is removed from media library- wordpress setting

Full url path to files custom setting is removed from media library- wordpress setting

As per changes of wordpress 3.5 “Full url path to files” which is media library setting is removed from wrodpress settings. If people want to set easily the upload path or subdomain for uploaded images they are not able set … Continue reading

W3 Total Cache wordpress plugin review by wordpressapi

W3 Total Cache wordpress plugin review by wordpressapi

W3 Total Cache plugin is one of the most popular wordpress plugin. This plugin is recommended by wordpress itself. W3 Total Cache wordpress plugin is downloaded more then 22 milions times. Following are some features of W3 Total Cache plugin … Continue reading

Hook/Filter – In wordpress Admin -Add new Post section -Display the authors in a dropdown menu using wp_dropdown_users

Hook/Filter - In wordpress Admin -Add new Post section -Display the authors in a dropdown menu using wp_dropdown_users

One of my client faced issue with Autor drop down which is in Admin section While creating the New post there was problem with the Author field. There are hundreds of irrelevant selections (users) and it’s difficult to select the … Continue reading

Using social button will slow down your wordpress site

Using social button will slow down your wordpress site

There are so many social button and social share wordpress plugins. Which are so beautiful and nice plugins. But these plugin can cause wild swings in page load times and page load.  Sometimes, facebook is busy and that icon slows … Continue reading