• Resolved Z_Everson

    (@z_everson)


    On this site, I’m trying to manually add Home to the leftmost part of nav bar (a lot of are visitors won’t instinctively select the header).

    The relevant part of the header code is

    <div id="navigation">
    <ul class="nav clearfix">
    <?php  wp_list_pages('title_li='); ?>

    So I added

    <a href="https://kcadp.org/wordpress/">Home</a>

    before

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

    Yet home appears after the pages.

    And when I put it before

    <ul class="nav clearfix">

    Home appears on the previous line

    And manually recreating the entire nav bar puts the page names too close together.

    Any suggestions?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home appears in wrong place on nav bar’ is closed to new replies.