Viewing 3 replies - 1 through 3 (of 3 total)
  • What is the code snippet displaying the cats?
    What is what you removed and didn’t work?

    Thread Starter noncollective

    (@noncollective)

    <?php get_links_list(); ?>
    <li id=”categories”><?php _e(‘Categories’); ?>

      <?php wp_list_cats(); ?>

    <li id=”archives”><?php _e(‘Archives’); ?>

    I removed, which didn’t work. I’ve since put it back in:
    <li id=”categories”><?php _e(‘Categories’); ?>

    You should read a bit the documentation… it never hurts!
    The code that is displaying the categories is the template tag:
    wp_list_cats

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove ‘Categories’ from sidebar?’ is closed to new replies.