Forum

Thread tagged as: Question, Addons, Blog

Show category in blog on listings page

Hi

How do i show the category for each blog post on the listings page?

I tried <perch:category id="catTitle" type="text" /> but it doesn't ouput anything

Thanks

Paul Langley

Paul Langley 0 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

<perch:categories id="categories" set="blog">
    <perch:category id="catTitle" type="text" />
</perch:categories>