What is a Template Tag? It is a php tag used within your blog’s Templates to display information dynamically.

Say you want to display the recent 10 posts on your sidebar, you probably need the following tag

<? php wp_get_archives('10'); ?>

where 10 is the no. of posts to display.

Now have you ever got yourself lost while searching for the right template tag to use? In my opinion, WordPress.org Codex may not be the most user-friendly resource guide for any beginners, there are times when you just couldn’t understand which tag is used with what parameters.

WordPress Template Tag Reference Guide

Here comes WordPress Template Tag Reference Guide by DBS>Interactive, the simplest yet the most user-friendly WordPress Tag reference guide I have come across so far.

The content was reformatted for quick reference from the Template Tag section of the WordPress.org Codex, everything here is categorized for easy navigation.

If you tweak and modify your WordPress Theme on regular basis, this handy WordPress guide is something you’ll probably wouldn’t want to miss. It’s definitely one of those useful things on my bookmark list.

[via Hack WordPress]

Sponsored Link