Reply To: Support for WordPress 4.5.2

Home Forums Support Support for WordPress 4.5.2 Reply To: Support for WordPress 4.5.2

Home Forums Support Support for WordPress 4.5.2 Reply To: Support for WordPress 4.5.2

#193352
Ryan

I just retrograded everything back to the way it was, including:
Wordpress Core
GP Theme
GP Premium plugins

Now I still find that my header is completely gone and I think it has to do with the custom php script in the child theme functions.php file.

I’m quite sure that this PHP code in the functions.php file is the issue:

	if ( is_active_sidebar('header') ) : ?>
		<div class="header-widget">
			<?php dynamic_sidebar( 'header' ); ?>
		</div>
	<?php end

Can you please assist?