Forum
Display only sub-category / child category for blog post -- hide parent category
Hi, last week Drew helped me hide the sub-category and only show the parent category in a blog post.
Can the inverse be achieved--hiding the parent category and only displaying the sub-category?
To only display the parent Drew provided this solution:
Drew McLellan said:
You could test for
catParentID
being0
:<perch:categories id="categories" set="blog"> <perch:if id="catParentID" value="0"> ... display your category ... </perch:if> </perch:categories>
Thank you!!
Yes:
Clever, thanks Drew!!