Forums

Two Homepages on my Blog! Please Help (9 posts)

  1. imwhatim
    Member
    Posted 11 months ago #

    I am running a blog - http://techinnews.in . Recently I made a new blog, I installed Grey 1.0 theme. You can find it here - http://webexpedition18.com/work/grey-a-new-free-html5css3-wordpress-theme/

    If you want to download the theme you can do so here - http://webexpedition18.com/download/grey.zip

    Now, I made two new pages. One named as Home and other as Blog. I made page named home as the static page and blog contained all my post. But there is a problem. now there are two pages with name Home and both redirect to the same page.

    What I want is that when my website opens, user sees a page named home and when he clicks on the blog page he sees all my post.

    Thanks in Advance :)

  2. imwhatim
    Member
    Posted 11 months ago #

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

  3. imwhatim
    Member
    Posted 11 months ago #

    Please someone HELP!

  4. alchymyth
    The Sweeper
    Posted 11 months ago #

    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.

  5. imwhatim
    Member
    Posted 11 months ago #

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

  6. jen0148
    Member
    Posted 11 months ago #

    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

  7. alchymyth
    The Sweeper
    Posted 11 months ago #

    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 http://pastebin.com/ and post the link to it here.

  8. imwhatim
    Member
    Posted 11 months ago #

    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 - http://pastebin.com/5xFT1iqv . Now you edit it and Paste it to pastebin.com and give me the link.

  9. alchymyth
    The Sweeper
    Posted 11 months ago #

    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 http://pastebin.com/ and post the link to it here.

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

Reply

You must log in to post.

About this Topic