Duplicate Homes – Almost There
-
2 Homes – New Ticket – 3-18-2011
I’m still having problems where I changed themes and ended up with duplicate homes. One comes with the theme automatically, ending in ___.com. The problem with this page, is it won’t list inside my Pages and I can’t use it as a static front page like I want to. When I try to create a new page for Home, (even under another name), it creates a second home page ending in .com/home.
The static front page document told me to find the php file with wp_list_pages in it, and change that code. I found it in the header.php file, and have it narrowed down to 6 lines, with only 2 seeming really relevant.:
</div> <div id="nav"> <ul> <li><a href="<?php echo get_option('home'); ?>/">Home</a></li> <?php wp_list_pages('title_li=&depth=1'); ?> </div> <div class="wrap_bg">
with only these two lines being relevant:
<li><a>/">Home</a></li> <?php wp_list_pages('title_li=&depth=1'); ?> </div>
I haven’t used html for a long time, and even though I tried for two hours, I haven’t been able to find how to change these two lines. Any assistance appreciated.
I also had problems in a previous post with inserting code. It split my ticket in two, and didn’t even show one of the lines. I’m use the box /code above before my html statements, but if that doesn’t fix this, I could use ideas for that too.
Thanks in advance,
[signature moderated as per forum rules]
- The topic ‘Duplicate Homes – Almost There’ is closed to new replies.