Home › Forums › Support › Upgraded – lost my logo › Reply To: Upgraded – lost my logo
May 2, 2016 at 9:09 am
#191079
morriscountynj
Question about the new functions:
so I can replace
<?php if ( is_active_sidebar('header') ) : ?>
<div class="header-widget">
<?php dynamic_sidebar( 'header' ); ?>
</div>
<?php endif; // end sidebar widget area ?>
with
generate_construct_header_widget();
?
It might not work for the way I have the title and tagline setup. I actually switched the location of them (tagline first, then main title, as opposed to vice versa).