• Resolved omar8

    (@omar8)


    Hey, I have created a theme for my blog o8b.co.cc and I have been trying to make a horizontal navigation bar which uses the same links as the “pages” in the wordpress side bar.
    When looking at the theme you will be able to see that there is a single link called “o8b” on the actual header image, I would like to put all the pages into a similar fashion which goes across the bottom of the header image.
    I hope someone understands what I am trying to say 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your header.php look for:

    <ul class='bheader'>

    and add:

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

    Before the closing </ul> tag.

    Thread Starter omar8

    (@omar8)

    THANKS 😀 😀 😀 😀
    That was really easy too. You are great 😛

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

The topic ‘Pages Navigation bar’ is closed to new replies.