Remove WordPress version number from the head section and RSS feeds & also from version parameter in JS and CSS files By default WordPress adds a Meta tag in the headers which displays the current using WordPress version number. This version number is added just for tracking the site on WordPress, it is not…
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…
Recursion and recursive routines is a bit more complicated, it can be defined as a regular function that calls itself. Learning when and how to apply recursion is probably a lot more difficult than just learning what recursion is? and being able to explain recursion effectively in an interview situation is even more difficult…
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…