Search
Sponsors

Posts Tagged ‘Wordpress’

Display categories

Saturday, August 9th, 2008

This will display categories in Wordpress, note that for SEO an <H1> tag would be better for the categories text.

<h2>Categories</h2>
<ul>
<?php wp_list_cats('sort_column=name'); ?>
</ul>

Translate