Title: Static page problem
Last modified: August 20, 2016

---

# Static page problem

 *  Resolved [Heropass](https://wordpress.org/support/users/heropass/)
 * (@heropass)
 * [15 years ago](https://wordpress.org/support/topic/static-page-problem-4/)
 * I didn’t want my posts page to be seen as the home page on my site (see: [(](http://automata-theatre.netau.net/)),
   so I made my front page a static one. The problem is that now there are two tabs
   at the top which go two the same home page. So I have two tabas that say “home”.
   I was wondering if there is a way around this issue, or do I have to just let
   it be.
 * Thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [15 years ago](https://wordpress.org/support/topic/static-page-problem-4/#post-2117917)
 * The fix depends on your theme and how the menu is constructed.
 * A Google search for ‘wordpress two home tabs’ will give a lot of results for 
   this problem. One of the might fit your case.
 *  Thread Starter [Heropass](https://wordpress.org/support/users/heropass/)
 * (@heropass)
 * [15 years ago](https://wordpress.org/support/topic/static-page-problem-4/#post-2117921)
 * I have a blackon theme and I haven’t found any which helps me. The code is very
   different then the ones which come up in google search.
 *  [rxhost](https://wordpress.org/support/users/rxhost/)
 * (@rxhost)
 * [15 years ago](https://wordpress.org/support/topic/static-page-problem-4/#post-2117923)
 * Have a look at this issue.
    [http://wordpress.org/support/topic/the-infernal-home-pagehome-button?replies=18](http://wordpress.org/support/topic/the-infernal-home-pagehome-button?replies=18)
 * If that doesnt help, let me know.
 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [15 years ago](https://wordpress.org/support/topic/static-page-problem-4/#post-2117927)
 * Around line 147 in functions.php, change this:
 *     ```
       function toplinks(){ ?>
          <div id="topLinks">
             <ul>
                <li><a href="<?php bloginfo('url'); ?>/">home</a></li>
                <?php wp_list_pages('title_li=') ?>
             </ul>
          </div>
       <?php }
       ```
   
 * to this:
 *     ```
       function toplinks(){ ?>
          <div id="topLinks">
             <ul>
                <?php wp_list_pages('title_li=') ?>
             </ul>
          </div>
       <?php }
       ```
   
 * by removing this line:
 *     ```
       <li><a href="<?php bloginfo('url'); ?>/">home</a></li>
       ```
   
 *  Thread Starter [Heropass](https://wordpress.org/support/users/heropass/)
 * (@heropass)
 * [15 years ago](https://wordpress.org/support/topic/static-page-problem-4/#post-2117931)
 * vtxyzzy, that did the trick. Crap, I didn’t search into functions.php good enough
   to see that line… thanks a bunch!
 * And thanks to everyone that spent anytime helping me to solve this problem.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Static page problem’ is closed to new replies.

## Tags

 * [static-page](https://wordpress.org/support/topic-tag/static-page/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [Heropass](https://wordpress.org/support/users/heropass/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/static-page-problem-4/#post-2117931)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
