Hyperlink the site title to the homepage
-
I am trying to hyperlink the site title to the home page. I”ve altered the CSS considerably, and the php files a little bit, this is the code from my header.php file, which I thought would do it, but it isn’t working:
<div class=”site-branding”>
<h1 class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
</div>My site isn’t live yet, so I can’t show the link.
If anyone has any guidance, I’d be endlessly thankful!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hyperlink the site title to the homepage’ is closed to new replies.