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
jessie
Member
Posted 11 months ago #
I also tried changeing the link to %postname% with no avail, anyone know a solution
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.
jessie
Member
Posted 11 months ago #
The name of the theme is delicate,
Here is the link;
Delicate Theme
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
jessie
Member
Posted 11 months ago #
This firts edit sorted the problem.
Thank you,
Jessie.