Skip to content

Commit

Permalink
Trying to make band name header into root link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jttpo2 committed Apr 28, 2017
1 parent fb2695f commit 60eed53
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ function my_theme_enqueue_styles() {
// No admin bar on top
show_admin_bar( false );

// Returns the band name header for individual pages
function get_page_header() {
$sitename = get_bloginfo( 'name' );
?>
<h1 class="page-top site-title"><?php echo $sitename; ?></h1>
<h1 class="page-top site-title">
<!-- <a href= -->
<!-- <?php get_site_url('/') ?>> -->
<?php echo $sitename; ?>
<!-- </a> -->
</h1>
<?php shapely_social_icons();
}

Expand Down

0 comments on commit 60eed53

Please sign in to comment.