Is it possible to count the categories for a post?
For instance, I'd like to add a conditional that uses a smaller font to list the categories if the post falls into 3 or more categories.
Is it possible to count the categories for a post?
For instance, I'd like to add a conditional that uses a smaller font to list the categories if the post falls into 3 or more categories.
<?php echo count(get_the_category()); ?> echos it.
<?php count(get_the_category()); ?> should just return it.
Thanks....worked like a charm.
This topic has been closed to new replies.