Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Thank you
I have installed sky-flat child theme. I found this to remove h1 label from site-header (but not from front page). But I don’t know where I have to put this text…
<?php if(is_home() || is_front_page()) {?>
<hgroup>
<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>
</hgroup>
<?php } else { ?>
<div>
<div class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></div>
<div class=”site-description”><?php bloginfo( ‘description’ ); ?></div>
</div>
<?php } ?>
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Please post that again but wrap your code in backticks