Hey Everyone.
I'm hoping that someone will be able to help me out.
Basically, I'm using the following code to display specific videos in specific categories:
<?php if (in_category ('Football News') ): ?>
FOOTBALL VIDEO
<?php endif; ?>
Problem is, the above code is displaying the football video in all of the child categories as well.
If possible, I would like to display the FOOTBALL VIDEO in only the FOOTBALL NEWS category, and no subcategory.
Is this possible?
Thanks so much for the help.