• The theme I’m using uses a navigation menu across the top of the template It has a default tab of Home and About. In WP language I assume these are pages?

    When I create a category e.g. cat1, cat2, the template gives me the option to add these to the top navigation bar, BUT they still appear with the other categories, in this particular case under the logo.

    This duplication looks messy: I want to keep the top ones as part of my navigation menu but I want to delete or hide the duplicated ones that are tucked in with the other categories just below the header/logo and thus avoid two similar links.

    Can anyone suggest a solution.

Viewing 1 replies (of 1 total)
  • Thread Starter kah22

    (@kah22)

    Discovered my answer by trial and error remove:

    <?php wp_list_categories(‘title_li=’) ?>

    from custom_function.php

Viewing 1 replies (of 1 total)

The topic ‘Hideing Duplicated Category Links’ is closed to new replies.