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
Tag Archives: post
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
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
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
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 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
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
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
How to List the child pages by post slug OR post ID
First find the page id using page title or page page slug. For post title use following code: For post slug use following code: Now List the child page by post slug
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:









