• maggotcontrol

    (@maggotcontrol)


    See what I’m talking about by going to my site. If you go to any pages, the links disappear and there’s no way to get back to the main page without hitting back on the browser.
    https://maggotcontrol.com
    Is there a way to make the header image a big home link and also not let the Links->Home disappear in some pages?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Labradork

    (@yardobeef)

    It appears that your header image is working as a link back to your home directory.

    Thread Starter maggotcontrol

    (@maggotcontrol)

    Yep just figured it out but I still want the Links list with Home Link to show at all times in case visitors can’t figure it out.

    jwpettit

    (@jwpettit)

    If you want a navigation bar try doing a search in google:
    https://www.google.ca/search?hl=en&q=navigation+bar+header&meta=

    or find someone that has one you like and look at what they did.

    Labradork

    (@yardobeef)

    WP is telling links to show up only on the front page. You can change that by editing sidebar.php.

    In default template, find and delete:
    <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>

    Find this line and delete too (it is the third to last line):
    <?php } ?>

    This will also make your meta info show up on all pages unless you just move the above code around instead of deleting it.

    YoB

    Thread Starter maggotcontrol

    (@maggotcontrol)

    Thank you SO MUCH. Works perfectly.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘“Home” link isn’t visible in some pages. Way to make header banner a home link?’ is closed to new replies.