Snippet

How about displaying the avatar for current logged in user?

By Default it comes with a get_avatar function. Adding this snippet to your wordpress template will display the currently logged in users avatar in your theme.

To adjust the side of the avatar change the number 64 within the get_avatar function default is 96 and max size is 512. Read More

IE6 is somehow still some users browser of choice, or are restricted by work computers that still run IE6.

This snippet will force IE6 users to view the default template leaving your design viewable by users with modern browsers only, thus saving time on IE6 bug fixing. Read More

There are many paid plugins that can easily replace  the words by affiliate links but in this post I’d like to share a cool piece of code that can do the same thing for FREE.

It do not give you as much control as the plugins does, but in most cases this code should fit your needs.

Read More

Avatars are popular as identification and with the service Gravatar it is largely used in the comment area of  WordPress.

Gravatar is one of the best features of the WordPress. It is nothing but the image associated to your email id. Whenever you use this email address for placing comments or create profiles in WordPress, the image associated to your email is displayed. Read More