Forums

change URL for home tab (5 posts)

  1. bleichnitz
    Member
    Posted 2 years ago #

    I am setting up my blog that has multiple pages. The 'home' page tab sends users to my host url "leichnitz.org" instead of the main home page that I have my posts on "leichnitz.org/10digitalart". How can I change the URL link on that Home tab to direct users to the correct page?

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

  3. laisunshine
    Member
    Posted 2 years ago #

    My site is http://www.example.com and my blog is located at http://www.example.com/blog

    So in order to get back to example.com from example.com/blog I have to go into the database or change the wp-config.php file? That sounds like a bigger hassle than it should be. Is this correct?
    Thanks!

  4. laisunshine
    Member
    Posted 2 years ago #

    I tried this and it screwed up everything. I had to reinstall. All I want is the home tab to link back to my website. The blog is a link off of that website. Any suggestions?!!

    Thanks.

  5. Rev. Voodoo
    Volunteer Moderator
    Posted 2 years ago #

    @laisunshine I believe the OP had a different issue than you did, and so you are following instructions you shouldn't be.

    It's usually better to start your own thread for help

    You just need to edit your menu....probably in header.php

    look for a bit of code in there like this:
    <a href="<?php bloginfo('url'); ?>">Home</a></li>
    That's your home button

    Change it up to:
    <a href="http://yourwebsite.com">Home</a></li>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags