Viewing 1 replies (of 1 total)
  • Thread Starter krnauta

    (@krnauta)

    Hi,

    I find the solution

    <?php
    print apply_filters( 'taxonomy-images-list-the-terms', '', array(
    	'after'        => '</ul>',
    	'after_image'  => '</li>',
    	'before'       => '<ul class="taxonomy-images-the-terms">',
    	'before_image' => '<li>',
    	'image_size'   => 'thumbnail',
    	'post_id'      => 0,
    	'taxonomy'     => 'category',
    ) );
    ?>
Viewing 1 replies (of 1 total)

The topic ‘Get only de active term’ is closed to new replies.