• gogmd

    (@gogmd)


    Hi

    I’m new to WordPress. I have just set up my first WordPress site. I have added 6 pages of content (‘pages’ not posts). On each page against ‘parent’ I have selected: Main Page (no parent). I have numbered the pages 1 – 6 so they appear in the tabs beneath the header graphic in the order I want them to appear. Under the ‘Readings’ setting I have selected Page 1 as my ‘Home’ page.

    However: I now have ‘7’ tabs! The page I have selected as my ‘Home’ page is appearing under the ‘home’ page tab and it is also appearing as a seperate page in it’s own right as well.

    Cab anyone advise me how I rectify this?

    Thank you

Viewing 1 replies (of 1 total)
  • stvwlf

    (@stvwlf)

    Hi

    Go into /wp-content/themes/{themename}/header.php and find
    wp_list_pages('...stuff here...')

    Just before it should be a line something like
    <li><a href="...stuff...'>Home</li>
    Remove that line, updated, and the extra Home link should be gone.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem – Duplicate Home Page’ is closed to new replies.