Skip to content

Instantly share code, notes, and snippets.

@stuartduff
Created August 6, 2012 09:45
Show Gist options
  • Save stuartduff/3272927 to your computer and use it in GitHub Desktop.
Save stuartduff/3272927 to your computer and use it in GitHub Desktop.
Canvas Header Advert Banner
add_filter('woo_header_before', 'top_information_box',10,3);
function top_information_box() { ?>
<div id="top-advert-banner">
<img src="http://www.linuxhpc.org/images/samples/468x60.gif" />
</div>
<?php }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment