• hello,
    I want to know that few days ago i have created a page with home title then i change the reading setting but when i see my changed settiegs on practically then two home keys appearing at navegation bar then i remove the tilte of that page which i created then aslo a blank space come at navigation bar.
    how can i remove it.
    My url is https://www.affiliateseffect.com
    help me

Viewing 3 replies - 1 through 3 (of 3 total)
  • Replace the Home title in your page first. Then try editing the header.php file in your theme and removing:

    <li<?php if( is_home() ) echo 'class="current_page_item"';?>><a href="<?php bloginfo('ulr');?>"><span>Home</span></a></li>

    Thread Starter spd7575

    (@spd7575)

    which kind of aditing will be needed to do this. should i remove this code from header.php or i have to to some aditing in this code. bcz firstly i created a page with home named and post some metter in that page. but now i want to do that that matter should come with already created home menu with theme and that home menu which was created by me, want to delete.
    tell me the process.

    Try editing the header.php file in your theme and removing the example code I gave above.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I have to home tages’ is closed to new replies.