• huethejackson

    (@huethejackson)


    Hi,

    I just solved the problem with having 2 duplicate home pages from deleting the following line

    <li><a>/">Home</a></li>
    from the following section of my header.php file. 
    
      </div>
     <div id="nav">
    
    <ul>
    <li><a>/">Home</a></li>
        <?php wp_list_pages('title_li=&depth=1'); ?>   </div>

    Now I have a new problem. I am getting two blog-central tabs (Named my static blog page “Blog-central”)in the top menu, and even though I tried to connect sub-pages and sub-sub-pages by making them under the blog central, I can’t get any of these subpages to show up on the menu under “Blog Central”. I thought I had just solved my problems and now a whole new one popped up.

    Any help? Sure would appreciate it greatly. Thanks in advance,

    David Gere

    [fixed your code block – highlight your block of code before pressing the code button]

The topic ‘Two Blog Central Tabs’ is closed to new replies.