Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nusserstudios/07703f6fcc2b0714d39876bad2b3512a to your computer and use it in GitHub Desktop.
Save nusserstudios/07703f6fcc2b0714d39876bad2b3512a to your computer and use it in GitHub Desktop.
WordPress Conditional Category
<?php if ( in_category('CategoryName') ) { ?>
Content goes here
<?php } else { ?>
Other content goes here (or nothing)
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment