How to get custom fields outside the loop

Custom fields are definitely very useful and are used on many WordPress powered blogs. In this recipe, I’m going to show you how to easily get custom fields values outside the loop.

Read More...

Page template to redirect to first child page

How to be able to redirect to the first child page if the current page have children pages? Simple hack for your problem.

Read More...

Display Tags in a Dropdown Menu

Simple hacks for displaying tags in a dropdown menu.

Read More...

Correct Pagination with get_posts

If you like to show your posts a little bit different on your homepage or category page. For example having a different amount of posts showing on these pages, as it is set in your admin, you will get a problem with the pagination function.

Read More...

How to exclude specific tag from query_posts

A simple hack to exclude specific tag from WordPress query_posts.

Read More...

Giving each WordPress post a thumbnail, and display the thumbnail on the home page

Hacks for display recent posts from a certain category on your home page, with a thumbnail for each post and maybe the title and an excerpt.

Read More...

How to Optimize Your WordPress Title

A quick adjustment that you can make to your title tag to show a more optimal title.

Read More...

9 Things You can do with Categories

Do you use your WordPress categories to their fullest potential? I’m going to show you 9 different ways to hack your WordPress categories into shape!

Read More...

How to Separate WordPress Comments and Trackbacks

Separating your trackbacks and comments requires a minimal amount of coding work to set up.

Read More...

WordPress Date Button

Learn how to create a date button for WordPress. Here it is in the three simple steps.

Read More...

Display today’s date on your WordPress blog

Many blogs displays the current date on their blog header. It looks professional, and it is also useful, especially if your blog posts are dated. Here is a very easy way to add today’s date on your WordPress blog.

Read More...

Generate rss feed for several tags on your WordPress blog

RSS feeds are a very popular way to read blogs. So why only purpose one feed to your readers? In this recipe, I’ll show you how to easily generate RSS feeds for several tags.

Read More...

Display your Categories in Two Columns

The stadard wp_list_categories() functions echoes a list of all your categories. Let’s see how we can easily force the display of categories on two columns.

Read More...

Creating a Dynamic Sticky Post

Learn how to set a dynamic sticky post in your front page.

Read More...