Display categories
Saturday, August 9th, 2008This 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>
| Tutorials2u.com |
| Tutorials on various topics |
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>