• Hi, I am trying to change my Title to a logo. I have the image switched so it is now showing my logo as I want but I can’t seem to make it clickable to take the user to the home page when clicked…How would I fix this?
    Here is my current code

    <h1 id="logo"><img src="https://sweetestpassion.com/wp-content/uploads/2015/10/darkvue.jpg" alt="" border="0" /></h1> <span><?php bloginfo( 'description' ); ?></span>
    				<?php } else { ?>
    				<h2><a href="<?php echo esc_url( home_url( '/' ) );  ?>" title="<?php bloginfo( 'name' ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h2>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Clickable Logo’ is closed to new replies.