
As many of you have probably noticed in your RSS Reader, not all the feeds have a favicon.
To ensure that your site’s favicon will appear, all you need to do is place your favicon.ico file, in the root folder of your website.
That’s it, pretty simple really.
1. Page Titles
Instead of using the standard:
<title>< ?php wp_title('«', true, 'right'); ?> < ?php bloginfo('name'); ?></title>
You can add a little more to it, so that you have control of the title of the home, search, author, single pages etc.
Read More »
Instead of styling your links with the default text-decoration attribute, why not try applying the border-bottom attribute. By doing so you can apply different colors to both the text and the underline creating unique effects not achievable with the text-decoration attribute.

Read More »