Make WordPress Core


Ignore:
Timestamp:
06/17/2006 12:05:00 AM (19 years ago)
Author:
ryan
Message:

Use wp_list_categories() in templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/sidebar.php

    r3880 r3881  
    4747            </li>
    4848
    49             <li><h2>Categories</h2>
    50                 <ul>
    51                 <?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
    52                 </ul>
    53             </li>
     49            <?php wp_list_categories('sort_column=name&optioncount=1&hierarchical=0&title_li=<h2>Categories</h2>'); ?>
    5450
    5551            <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
Note: See TracChangeset for help on using the changeset viewer.