Output topic parent
PermalinkI get the selected topic(s) using this code:
$topic = $page->getAttribute('custom_topic');
echo $custom_topic->getTreeNodeDisplayName();
How would I add the parent topic/folder to this?
Thanks
Michael
This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.
Here is a quick example using the "blog_entry_topics" as an example: