I'm displaying all categories with their respective images, as per the code below:
<?php
categorias = apply_filters('taxonomy-images-get-terms', '', array( 'taxonomy' => 'category') );
foreach($categorias as $key => $categoria):...
asked by
27.07.2017 / 22:52