Hi,
I am trying to display the category of my listing, I tried different codes but none of them worked. First let me explain what I want to do. I want to first display the category where the entry was assigned to and then on a separate line I want to display its parent category.
This is the code I used, which in my head makes sense, but for some reason nothing is showing up.
{exp:channel:categories show="{category_id}"}{category_name}{/exp:channel:categories}I believe this bit of code would only show the category it was assigned to and not the parent category, but it is a start.
Let me know if I am doing something wrong.
Thanks !