Forums

[resolved] Can I count the categories for a post? (3 posts)

  1. dcroe05
    Member
    Posted 4 years ago #

    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.

  2. whooami
    Member
    Posted 4 years ago #

    <?php echo count(get_the_category()); ?> echos it.

    <?php count(get_the_category()); ?> should just return it.

  3. dcroe05
    Member
    Posted 4 years ago #

    Thanks....worked like a charm.

Topic Closed

This topic has been closed to new replies.

About this Topic