Missing code in example child theme
I just noticed that the example child theme archive-listing.php is missing this;
<div class="advert">
<?php dynamic_sidebar( 'Listings Pages Ad' ); ?>
</div>
which I notice is in the archive-listing.php of the main theme.
Should I put it in? I'm not sure what it does.