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

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

Delete all revisions from wordpress improve the site performance

Delete all revisions from wordpress improve the site performance

WordPress has auto save functionality. After some time wordpress creates the revision in database tables automatically. It is really useful. If something happens like powercut or browser crashes then you do not loose the your post data. But it has … Continue reading

cron is running every time wordpress – disable the cron job

cron is running every time wordpress - disable the cron job

Before every post visit wordpress cron is running and taking too much bandwidth.  if you have a lot of visitors it can be a problem. I am convinced this is the reason why my admin has become glacially slow and my … Continue reading

wordpress plugin Contact Form 7 review

wordpress plugin Contact Form 7 review

WordPress plugin contact form 7 is so much popular wordpress plugin which is download more then 11 million times. In every second wordpress site people used contact form 7 wp plugin. This plugin is very easy to install and easy to use. … Continue reading

How to save the meta data in wordpress custom post type

How to save the meta data in wordpress custom post type

Custom post type are very important in wordpress. There are some nice plugins for creating the post type but I recommend custom code in function.php file. I already written about custom post type. If you want to know about custom … Continue reading

how to display post count of all wordpress tags

how-to-display-post-count-of-wordpress-tags

In wordpress post we use the many post tags. For SEO purpose we can show the post tags. If we want to show the post count related to wordpress tags. You can use following code: Incoming search terms:How to display … Continue reading

Prevent the HTML content in wordpress comments

Prevent the HTML content in wordpress comments

If you are wordpress developer then only use following code. Open your functions.php file from your theme and put following code in that file. Just copy and paste the following code on your functions.php file: