WordPress plugin activate deactivate all at once and Quickly Sometimes during troubleshooting, it’s recommend to deactivate all plugins and activate them one by one and suppose at that time you will not able to login in WordPress admin (wp-admin) or white screen of death. At the same point we need to disable all the plugin…
WordPress stores the URL in his database, one of my colleague is new bie for WordPress.He has developed a new WordPress site and client has given all the data to him.After making the full site ready, he get stuck that four most important tables have URL in it, so should all the data need to…
Some Essentials WordPress Plugin every WordPress site owner should install. Better optimized theme You should choose the theme as per your website is made for. If your website is a shopping cart then it should be attractive. If it is just for blogging then it should be very simple and easy to load, so…
Share your WordPress post on facebook & other social networking website. If you want to share your WordPress page URL on social networking website, it’s very simple to do. Just place this function in your functions.php file, and call the function where do you want it to show. You can also use this function in…
Generally web master uses the WordPress for applying blog on their website. Below is the code for the getting recent/latest post or list, can be applied to display recent posts outside anywhere in your WordPress website. The key to use WordPress outside is include the wp-load.php file Once the wp-load.php file is included, the entire wealth of WordPress functions…
rss feed for custom post type Everyone is utilizing custom post types in their new WordPress sites as it is a very powerful and popular feature now days, now the next one is make a separate RSS feed for custom post type? How can a user create a separate RSS feed for a specific…