Easel 3.3.3 H1 change to Header won't show on other pages
-
I’ve recently changed my header site title to an H1 and my description to an H2. Now it will only show on home page, but not on other pages.
<?php easel_get_sidebar('above-header'); ?> <div id="header"> <div class="header-info"> <?php if (is_home() || is_front_page()) { ?> <h1><a href="<?php echo home_url(); ?>"><?php bloginfo('name') ?></a></h1> <?php } ?> <?php if (is_home() || is_front_page()) { ?> <h2 class="description"><?php bloginfo('description') ?></h2> <?php } ?> </div>
I’m very new to this any help would be greatly appreciated!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Easel 3.3.3 H1 change to Header won't show on other pages’ is closed to new replies.