Support » Fixing WordPress » Edit Home Page

  • I know this sounds stupid, but I have a home page, but when I go to edit pages it is not listed. How do I find this page to edit?

Viewing 4 replies - 16 through 19 (of 19 total)
  • Try editing header.php in your theme and deleting <li><a href="<?php bloginfo('url');?>"></a></li>. It should be just before <?php wp_list_pages();?>.

    esmi: unable to find that code in header.php. I even tried going back to the default theme to find it.

    If wp_list_pages isn’t in header.php, it will be in the template file that controls you nav bar. could be called sidebar.php but could also be called just about anything.

    Hey I figured a free way to get a home page without having two home pages on the navigation bar.

    Do all the steps from http://codex.wordpress.org/Creating_a_Static_Front_Page

    courtesy of esmi.

    When You make a home page put the it under another page and follow the other steps to making the pages home page and where your posts go.

    Should look something like youraddress.wordpress.com/main_directory/home but when you follow the steps on the site it will just say:
    youraddress.wordpress.com/ (unless you want to show that it is under another url ;] )

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Edit Home Page’ is closed to new replies.