• I want to arrange my menu items so that it is in the following order:

    Categories
    Links

    How would I change this code around:

    <div id="menu">

    <ul>
    <?php get_links_list(); ?>
    <li id="categories"><?php _e('Categories:'); ?>
    <ul>
    <?php wp_list_cats(); ?>
    </ul>
    </li>

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to arrange menu items’ is closed to new replies.