• Resolved pg

    (@dethredic)


    The Codex has this great example:

    <?php
    $category = get_the_category();
    echo $category[0]->cat_name;
    ?>

    The problem is that many of my posts have multiple categories. Any way to display them all?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Return all post categories’ is closed to new replies.