Viewing 2 replies - 1 through 2 (of 2 total)
  • Change wp-content/themes/default/sidebar.php

    from

    <li><h2>Archives</h2>
    <ul>
    <?php wp_get_archives('type=monthly'); ?>
    </ul>
    </li>
    
    <?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>

    to

    <?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>
    
    <li><h2>Archives</h2>
    <ul>
    <?php wp_get_archives('type=monthly'); ?>
    </ul>
    </li>
    Thread Starter virtualink

    (@virtualink)

    Thanks for the input. This fell off my priority list but it’s still important and I’ll try it and post back.

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