On my home page (home.php), I’d like to display 3 lists of recent post, each with different tags. (i.e. left column = x recent posts tagged ‘XXXX’, mid = x recent tagged ‘YYY’, right = x recent tagged ‘ZZZ’). How would I accomplish this?
@otto42: That works!
How would I display only the posts tagged with one particular tag?
This code doesn’t display the current tag on a tag page (/tag/xxx) – any ideas?
<h2 class=”entry-title”>Tag: <?php get_query_var(‘tag’); ?></h2>