Changeset 3881 for trunk/wp-content/themes/default/sidebar.php
- Timestamp:
- 06/17/2006 12:05:00 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/sidebar.php
r3880 r3881 47 47 </li> 48 48 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>'); ?> 54 50 55 51 <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
Note: See TracChangeset
for help on using the changeset viewer.