Hey!
I have a nested blog structure like:
Startpage
–Blog
– –Category 1
– – –Sub-Category 1
– – – –Article
– – –Sub-Category 2
– – – –Article
Inside the article template I want to display the title of the parent page (Sub-Category). When using <@ with prev @> it shows other title but not the related parent.
Any tips how to solve this?
Thanks a lot!