• Hello everyone,

    I’m trying to have the site identity logo in the header point to something custom. Right now, for some strange reason, it’s pointing to a directory called …/187-2/ I don’t know what that is and it gives a 404 error. I would rather it simply points to Root or to /News.

    Dashboard/Customize/Header only has the option to change picture and some colours.

    Dashboard/Settings/Reading isn’t helping either.

    I would also be fine with having the link removed, so simply have the logo there and that’s it.

    Thanks for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks. Note: Your link will be public and we will not later remove it.

    Thread Starter hh100

    (@hh100)

    It’s a semi-private site for a client, I rather not post it. No code or layout has been changed. Running simple Storefront theme.

    Thread Starter hh100

    (@hh100)

    I found a way to work around it. Doesn’t really fix it, but works to me.

    In Theme editor, empty the 404.php file completely and put only the lines below in it. It will re-direct the 404 page to the home page.

    <?php
    header(“HTTP/1.1 301 Moved Permanently”);
    header(“Location: “.get_bloginfo(‘url’));
    exit();
    ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change or remove site identity link’ is closed to new replies.