• Hi,

    I’ve been working on this same problem for a couple of weeks now, and feel like I’ve finally gotten to the point where it’s almost solved. I have a situation where my blog/website, https://www.fantasyfictionforfunandmoney has duplicate homes on the front page. It’s automatically creating a Home Page called https://www.fantasyfictionforfunandmoney.com. But this page doesn’t show up in my list of pages. I tried to follow what they say in the page for Creating Static Front Pages, and create a new home. Unfortunately, every time I do that I end up with it as a second home page.

    Helpers on your end gave me more tips on how to approach solving. The previous helper helped me find the following code in my header.php file. With your help, I’ve narrowed it down to two lines, as follows:

    • /”>Home
    • <?php wp_list_pages(‘title_li=&depth=1’); ?> </div>

      But I’ve spent two hours trying to figure out what to change in the above html, and can’t figure it out. If you can help me figure that out, I think the whole problem will be solved.

      Thanks in advance,

      David Craig

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

    (@huethejackson)

    I’m sorry. Something didn’t load right, and the post above split in two.
    It also didn’t show one of the two lines of HTML I need help with.

    The two lines are

    <li><a href="<?php echo get_option('home'); ?>/">Home</a></li> 
    
    and

    <?php wp_list_pages(‘title_li=&depth=1’); ?> </div>

    Hopes this`works this time.

Viewing 1 replies (of 1 total)
  • The topic ‘Last step of solving duplicate home problems.’ is closed to new replies.