is_page || in_page
-
If I say for eg.
<?php (is_category(8)); ?>It does what I want it to do for that fine.
If I say
<?php (in_category(8)); ?>It does what I want it to do for that fine.
But, as I want to test for either
<?php (in_category(8) || (is_category(8));Neither of the things I want to happen work.
Is there a problem putting in_category and is_category together? I’m full on rage.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘is_page || in_page’ is closed to new replies.