Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter imwhatim

    (@imwhatim)

    Why no one is posting here other than me? Is this post not visible? Please help.

    Thread Starter imwhatim

    (@imwhatim)

    Please someone HELP!

    at the moment, there is only one ‘HOME’ page tab on the front page of your site.

    try to clear the browser history and cache.

    if you still have the problem, make a screenshot and post it here; and describe which browser you are using.

    Thread Starter imwhatim

    (@imwhatim)

    i am not having the problem on https://techinnews.in . I am having the problem at https://nidecht.x10.mx/ . I have to buy domain for this also but not now. I am using Google Chrome.

    I think you need to check your settings – are you sure you have set the page called home as your home page on wordpress? Go into Settings > reading > front page displays > select the page you have called “home”, then select the “blog” page for posts.

    Hope this helps

    make a backup copy of your theme files before editing.

    edit header.php, and look for some code with wp_list_pages()
    (this is a guess only, as it will depend on your theme)

    before that <?php wp_list_pages...?> there might be a li tag with content; example:
    <li><a hre....>Home</a></li>
    if you can locate it there, remove it.

    if header.php of your theme is different, please paste the full code of that template into a https://pastebin.com/ and post the link to it here.

    Thread Starter imwhatim

    (@imwhatim)

    I have given you the download link of the theme. You can download it and and see header.php file. Anyways I have it now on Pastebin.com. See this – https://pastebin.com/5xFT1iqv . Now you edit it and Paste it to pastebin.com and give me the link.

    look into functions.php of your theme and find the function:

    function grey_wp_list_pages() { ....

    you might be able to find the cause of the double ‘home’ there;

    if not paste the code of functions.php into a https://pastebin.com/ and post the link to it here.

    someone might have a look at it and might be able to suggest a solution.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Two Homepages on my Blog! Please Help’ is closed to new replies.