I'm using k2 to generated various tiles, which I need to filter by an additional category.
The item/tile is generated in Joomla here:
imgur.com/DYjuqoV
And the PHP to call this data is here:
imgur.com/WHlvIBo
In essence, I need to get the additional categories to the front-end. Is there a simple way to do this with PHP?
Thanks