Forums

[resolved] I have 2 Home pages can someone tell me how do I get rid of one (6 posts)

  1. jessie
    Member
    Posted 11 months ago #

    I have a home page and my home page keyword also as a page, I have set my keyword page as my static home page but the keyword page and the home page remain,

    I was going to remove the home page and rename the keyword page but there is no home page under pages.

    Can someone please help me

  2. jessie
    Member
    Posted 11 months ago #

    I also tried changeing the link to %postname% with no avail, anyone know a solution

  3. alchymyth
    The Sweeper & Moderator
    Posted 11 months ago #

    this depends on your currently used theme;

    for instncne, some themes have one home page menu item hard-coded in the menu...

    please post the name (and download link) of your theme, or post a link to your site.

  4. jessie
    Member
    Posted 11 months ago #

    The name of the theme is delicate,
    Here is the link;
    Delicate Theme

  5. alchymyth
    The Sweeper & Moderator
    Posted 11 months ago #

    edit

    /includes/hooks.php

    find this function (line 141):

    function natty_show_pagemenu () {

    and remove this section:

    echo '<li ';
        if(is_home()){ echo 'class="current_page_item"';}
     echo '><a href="/"><span>';
     if (t_get_option('t_home_name') == 'no')
        echo 'Home';
     else
        echo t_get_option('t_home_name');
     echo '</span></a></li>';

    http://codex.wordpress.org/Editing_Files

    or
    consider to activate and use the custom menu under
    dashboard - appearance - menus

    http://codex.wordpress.org/Appearance_Menus_Screen

  6. jessie
    Member
    Posted 11 months ago #

    This firts edit sorted the problem.

    Thank you,

    Jessie.

Reply

You must log in to post.

About this Topic