In this tutorial I will provide you will a small snippet that will allow you to change the wordpress login logo. ## Wordpress Login Screen The Wordpress login screen comes with the same layout on eac...
In a previous article I explained how you can use PHP to access the Twitter APIs to get your latest Twitter updates. View this article How To Use Twitter API To Display Your Twitter Updates. In this...
Breadcrumbs are used to show the process to which you would navigate to a page. For posts on your wordpress blog you can use breadcrumbs on your posts to show the categories which this post is in. Dis...
A popular feature to add to your wordpress blog commonly in the sidebar is to display your blogs popular posts. There are main plugins that can do this but I prefer not to use plugins as it is quick a...
Since Wordpress version 3.0 it added a feature that will allow you to add featured images to your Wordpress posts. This can easily by done by using the set featured image link on the right of the post...
What Makes Up A Wordpress Theme So I decided to build my own wordpress theme for this blog. The main reason for this is so I can make it exactly how I want it and in the future I can change it to exac...
In wordpress it is possible to change the body tag class to something depending on the browser the user is on. This is done by using a hook with a filter to add extra classes to the array for the body...
A favicon (short for ‘favorites icon’), are little icons associated with a particular website shown next to the site’s name in the URL bar of most browsers. This will also appear in the tabs of the br...
Threaded comments is a nice feature to highlight to your visitors the admin comments or reply comments this enables better readability of the comments section of your blog posts. There are plugins whi...
In WordPress you can apply a excerpt to blog posts to give a preview of the post which is most likely used on category or search pages. The default for this is 250 characters but you can you can chang...