How to make a WordPress tag archive

May 11, 2009

My how to make an archive page post the other day inexplicably and inexcusably neglected to include consideration of tags. This post should put that right. Adding a list of tags to your archives is actually pretty easy, but it uses a function you might not expect: wp_tag_cloud, which has a useful "format" parameter, allowing you to output a list of tags either as a list, or "flat" - just... Read more