Skip to content

Instantly share code, notes, and snippets.

@thecodepoetry
Created April 27, 2015 12:37
Show Gist options
  • Save thecodepoetry/d3e21de518e2bb5f6b5e to your computer and use it in GitHub Desktop.
Save thecodepoetry/d3e21de518e2bb5f6b5e to your computer and use it in GitHub Desktop.
site title link
<div id="site-title" class="<?php echo $site_title_class; ?>"><?php bloginfo( 'name' ); ?></div>
to
<div id="site-title" class="<?php echo $site_title_class; ?>"><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment