Show Categories for a Post
This article will walk through some common scenarios and development approaches used to display Post Categories on the website.
Show All Post Categories associated with a Post
This is useful when you want to show all Categories associated with a blog article (or perhaps categories associated with a "project", where a project is a Post).
Step One: Get the Posts linked to the current page, and assign to the variable post:
Step Two: Use a data repeater get all the Post Categories associated with the Post:
Step Three: Need to filter out one of the Post Categories?