Created
April 5, 2018 13:12
-
-
Save nusserstudios/07703f6fcc2b0714d39876bad2b3512a to your computer and use it in GitHub Desktop.
WordPress Conditional Category
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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