Reply To: Upgraded – lost my logo

Home Forums Support Upgraded – lost my logo Reply To: Upgraded – lost my logo

Home Forums Support Upgraded – lost my logo Reply To: Upgraded – lost my logo

#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).