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 Tutorials’ 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 […]
How to remove HTML tags and links from wordpress comments?
Seems many of the WordPress web masters are worried about the spam comments in their post discussion threads. We have implemented a simple technique to restrict the wordpress spam comments. Most of the time the spammers post some junk comments and a ink to their web pages. You can use the following code to restrict these […]