• Resolved ellomoto

    (@ellomoto)


    Hi there.

    I created some link categories (filled name,slug,description) and clicked add “add category”. The problem is that when I visit the blog, the link categories won’t show up. Just the default “Blogroll”.

    New to this, so would really appreciate the help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You’ll need to add the code that displays your categories in your sidebar:

    <ul>
       <?php wp_list_categories('orderby=name&title_li'); ?>
    </ul>

    If you are using widgets in your sidebar, then just add the categories that way.

    That’s because the categories are empty, once you add links to them they will show up.

    Thread Starter ellomoto

    (@ellomoto)

    I did add links but they still wouldn’t show up. Thanks anyways

    crondeau: the code is for showing the categories, but I wanted the link categories. But it did steer me in the right direction and I figured it out so thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Creating Link Categories’ is closed to new replies.