Support » Themes and Templates » Edit Categories List

  • Hello again,

    I’m trying to get my categories to display without showing the ‘Categories’ header. Here is a small image of how my categories list appears;

    http://img40.imageshack.us/img40/5325/s1273454273826.png

    So basically I only want to display the Category 1, Category 2 etc.

    Here is the code I have dropped into my theme to display categories;

    <ul role="navigation">
    
    <?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>
    
    </ul>

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit Categories List’ is closed to new replies.