Display Topic as Attribute

Permalink
I have a topic tree setup for my page type, but I would like to display the chosen topic as a page attribute in a page list template. Is this possible, or will I have to create another attribute?

Kurtopsy
 
Kurtopsy replied on at Permalink Reply
Kurtopsy
** SOLVED **
I got this to work by using the following:
$projectTopic = $page->getAttribute('project_topics', 'display');

Replace project_topics with the name of your topic tree.
MathiasB replied on at Permalink Reply
MathiasB
Thank You!!!
Works great!
PixelFields replied on at Permalink Reply
PixelFields
This worked great for me too, thank you!!