va-header and the disappeared banner...
Hi!
Since the last update which made the Vantage theme responsible, we have following bold code in the header.php:
<?php if ( is_active_sidebar( 'va-header' ) ) : ?>
<div class="advert">
<?php dynamic_sidebar( 'va-header' ); ?>
<a href="http://www.site.com"><img src="http://www.site2.com/pic.png" border="0"/></a>
</div>
<?php endif; ?>
Only if I remove the bold code, the banner appears. Could anyone explain please what this function does exactly?