Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/6411659 to your computer and use it in GitHub Desktop.
Save braddalton/6411659 to your computer and use it in GitHub Desktop.
function single_post_ad_300() {
if ( !is_page() && !is_home() && !is_single( array( 13406,5526,1025,14717,991, ) ) ) {
echo '<div class="post-ad">adsense code here</div>';
}
}
add_action('genesis_entry_header', 'single_post_ad_300', 12 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment