• Help lol

    I was successful in making a theme with the pages and the post showing where they are supposed to be.

    My problem is the pages or navigation menu.

    I placed the following in the nav div or area and it did not work,

    <?phpwp_list_pages(‘title_li=’);?>

    My question is does the path have to be specified out of the theme director or something.

    This was the first try.

    Any suggestions would be helpful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    My question is does the path have to be specified out of the theme director or something.

    No.

    In what theme template file are you using this?

    There are some strange characters in the code you supplied. Try it with:

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

    1. What are you trying to accomplish?
    2. What did you actually do?
    3. What didn’t happen that you expected to happen, or happened that you didn’t expect to happen?

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

The topic ‘Need help with nav menu in making a theme’ is closed to new replies.