Elemental Theme: Page Attribute Theme

Permalink
Hi guys, I love the page attribute theme, I really want to be able to add an element to show what skills are used but to show this with an icon instead of text, does anyone know how I can go about adding/changing it?

http://m.forcespecialeffects.co.uk/index.php/portfolio/project-titl...

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi pyrodigital,

It could be done using a custom template for the page attribute display block.

You could grab all the skills custom attributes for the page as an array, then loop through them checking for their value. If the attribute is equal to "Pyrotechnics", then use the "Pyrotechnics" icon, and so on.

You could use classes or data URI's to handle the icons.

What form of icons - font icon, SVG, image?

How many icons would be used?