Make WordPress Core

Changeset 873 for trunk/index.php


Ignore:
Timestamp:
02/13/2004 04:14:36 PM (21 years ago)
Author:
saxmatt
Message:

Show categories nested by default. New wp_list_cats function that uses parse_str.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r786 r873  
    7373 <li id="categories">Categories:
    7474    <ul>
    75     <?php list_cats(0, 'All', 'name'); ?>
     75    <?php wp_list_cats(); ?>
    7676    </ul>
    7777 </li>
Note: See TracChangeset for help on using the changeset viewer.