Display page tags on a page list

Permalink
Hi
I've built a custom pagelist template and I'd like to display each pages tags.
Does anyone know how I can do this?
Many thanks

rosie607
 
PineCreativeLabs replied on at Permalink Reply 2 Attachments
PineCreativeLabs
I was just thinking about writing a tutorial on creating custom templates for the Page List block, which would involved using the tags attribute.

I am working on re-building one of my sites in Concrete, which has a CMS directory. The directory uses the page list block, which I modified to show several custom page attributes.

I attached my Page List template, for you to look at. On line 49 - 53, you'll notice I am using one of the custom page attributes. The TAGS attribute works in the same way, so you could simply change "license" to "tags", and change the output. I also attached a screenshot of the output, where each attribute is represented by an icon.

Obviously this requires knowledge of PHP. If you need help, send me a private message.
rosie607 replied on at Permalink Reply
rosie607
Thanks, so much. I'll have a look through your code and see how I get on.