Thread Starter
jpswan
(@jpswan)
Sorted
Thanks for the help SwansonPhotos!
Swansons should stick together 😉
Thread Starter
jpswan
(@jpswan)
Hi,
I’ve managed to alter my header.php with this code i googled earlier
<?php if ( is_home() ) { ?>
<h1 style=”display:none;”><?php bloginfo(‘name’); ?></h1>
<?php } else { ?>
<?php
}
?>
It adds the H1 tag to my homepage but visibly. How can i hide it?
Thread Starter
jpswan
(@jpswan)