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

    (@sterndata)

    Volunteer Forum Moderator

    You’d have to edit the header.php file to remove the link that wraps the logo. HOWEVER, people *expect* a logo to be a link back to home so you’re effectively breaking site functionality.

    Thread Starter aberdeen2012

    (@aberdeen2012)

    Thank you sterndata and you are right about that actually so linking logo back to homepage and problem solved. Thank you

    How can i disable the link on the logo on the homepage only please ?

    thanks
    Nabil

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    why bother? If you really want to, bracket the code that sets the link with

    if ( ! is_front_page() && ! is_home() ) { ... stuff }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help with remove the link on my logo in the header’ is closed to new replies.