• Emily Rose

    (@emilyroseartist)


    I am trying to change my navigation menu links through the code itself. I want to add outside links and change the ‘home’ link to say ‘blog’ And I can’t find where to do these changes at in the code.

    Note: This isn’t about making new wordpress pages for me, I want to link it to my home site in the navigation menu.

    my site: https://www.emilyrosetheartist.com
    my blog: blog.emilyrosetheartist.com

    will send my code to anyone if that will help

    thanks,
    Emily Rose

    emilyrosetheartist (at) yahoo (dot) com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Emily Rose

    (@emilyroseartist)

    I found the solution, hope fully it will help others in need:

    If you need to remove the WP generated Home button on your navbar (With artisteer template)

    go into the functions.php file

    scroll down to(its way at the bottom):

    Home
    EOD;
    $showHomeMenuItem = true;
    $isHomeSelected = null;

    and change to

    Home
    EOD;
    $showHomeMenuItem = null;
    $isHomeSelected = null;

    change true to null and it takes it away!

    Now I can just make all my own links with the ‘pagemash’ and ‘link-page-to’ plug-ins instead!

    and to change the links, I got the answer from another forum, I will post it for you here:

    You just need a couple of plug-ins.

    Page-links-to will allow you to create a page who’s title will automatically be added to the menu but the menu can link to anywhere, even outside your site. The page will be blank but the menu item will have a link.

    Exclude-pages will allow you to have pages that don’t show up on the menu.

    Page-mash will allow you to re-arrange the order of the menus including child pages.

    I hope this helps those in need of the same solutions

    Emily Rose

    There is an option when you export your template from Artisteer to not show the home link in the menu.

    See page 25/6 of the user manual for a more detailed explanation
    https://www.artisteer.com/?p=download_usermanual_pdf

    nathonhay

    (@nathonhay)

    Emily, that is so helpful. Thank you, Nathon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress w/ Artisteer Template… need to change navigation bar’ is closed to new replies.