Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created June 27, 2014 15:03
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/de030ade155e144960f1 to your computer and use it in GitHub Desktop.
Save braddalton/de030ade155e144960f1 to your computer and use it in GitHub Desktop.
add_action( 'genesis_before_comments', 'your_ads' );
function your_ads() {
if ( !in_category('2924')) {
echo '<div class="ads"> Your Ad Code</div>';
} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment