From the Blog

Show number of Twitter followers function

You can show number of your Twitter followers by using this function. If you are a WordPress user, simply copy [...]

Read More >
Display comments on index page

This is a code snippet that allows you to display comments below each post on index pages or any other [...]

Read More >
Email to a friend script

Maybe you’ll want to add a link that allows sending of current URL emails to a friend. This is how [...]

Read More >
Hacking Contact form 7 – add onFocus and onBlur function

There is a great WordPress plugin Contact form 7. It has a lot of customizable features that make my clients [...]

Read More >
How to add field to user profile page

Justin Tadlock published a piece of code I needed recently. This snippet allows you to add any fields to the [...]

Read More >
How to get user info

This function allows you to get info about any user: if you want to find out if the user is [...]

Read More >
Is a number divisible by another number?

This is yet another very useful function. Especially when you need to know if you can divide some number by [...]

Read More >
How to add author’s gravatar to the post

There are two ways of how to do it. The first one is adding real gravatar based on the author’s [...]

Read More >
Does the page have subpages?

That’s the question. You can find out if a page has child pages with this if – else statement:

Read More >
Display recent comments with avatar

From time to time clients ask me implement recent posts. But how about displaying recent comments? And even add gravatar? [...]

Read More >

Pagination