As a WordPress site admin, are you aware of the fact that wordpress.org is collecting back many of your site details without your permission? If not, it is true that all your wordpress installations are sending the following data back to wordpress.org servers at regular intervals and whenever you are upgrading your site. Following are [...]
Archive for the ‘Wordpress tips and plugins’ Category
How to customize your wordpress login page?
Hello Friends, In this tutorial we will tell you how to customize your WordPress login page. This is the standard way of doing it because, We are not touching the WordPress core The modification is preserved even if we upgrade the word press core. So lets start. Add the following codes to the functions.php of [...]
How to display recent posts outside WordPress
Ever want to display your latest wordpress blogs on a different site? With a little PHP you can simply hook into WordPress and retrieve your recent posts. As you are gaining access to all of WordPress’ functions, you have full control over how many posts to fetch and from which categories amongst other things. Php [...]
