• Resolved tjobbe

    (@tjobbe)


    I have my navigation which currently lists all of my pages, but I’d like to add the news category to it, I currently have this:

    <ul id="navigation">
    			<?php wp_list_pages('title_li='); ?>
    		</ul>

    How do I add a category to this list of pages?

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

    (@tjobbe)

    I fixed this using: ` <ul id=”navigation”>
    <?php wp_list_pages(‘title_li=’); wp_list_categories(‘title_li=’); ?>

    `

Viewing 1 replies (of 1 total)
  • The topic ‘Add category to navigation’ is closed to new replies.