Skip to content

Instantly share code, notes, and snippets.

@northernbellediaries
Last active August 29, 2015 14:02
Show Gist options
  • Save northernbellediaries/b75d2d0f28e4fa15115d to your computer and use it in GitHub Desktop.
Save northernbellediaries/b75d2d0f28e4fa15115d to your computer and use it in GitHub Desktop.
Hide BlogHer ad if it this is a single post under # category
<?php if (! ( is_single() && in_category('#') )) { ?>
<center>Paste BlogHer Code Here</center>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment