It’s interesting to see how many websites have that snippet of code showing on them.
This code is in the template called “TheCorporation” and probably others designed by elegantthemes.com.
If your site is a child theme that uses “TheCorporation” as its parent (for its functionality), it’s pulling this code in from the template called “single.php”
Open this document and delete (or comment out) the following:
` <?php if (get_option(‘thecorporation_468_enable’) == ‘on’) { ?>
<a href=”<?php echo(get_option(‘thecorporation_468_url’)); ?>”><img src=”<?php echo(get_option(‘thecorporation_468_image’)); ?>” alt=”468 ad” class=”foursixeight” /></a>
<?php } ?>`
Good luck,
David