• I installed the plugin, activated, added images to categories and added this to my header.php and to page.php just to check.

    <?php
    	if(function_exists('z_taxonomy_image_url') && z_taxonomy_image_url() != null) {
    		echo '<figure class="category-image">';
    		echo 'img src="'.z_taxonomy_image_url().'"alt="">';
    		echo '</figure>';
    	}
    ?>

    It does absolutely nothing. If I put some random text instead of that code, it appears. So it’s the code that doesn’t do anything. Any suggestions? I just need to have all categories assigned to page displayed as icons.

    https://wordpress.org/plugins/categories-images/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter stmalk

    (@stmalk)

    Sorry, dumb me, I watched some old tutorials. I used a loop code from your page and it all works perfectly. Thank you so much!

    Hi stmalk !

    Can you post here your solution please? I’m trying to display the category image in anywhere but I still couldn’t find a solution.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to use it?’ is closed to new replies.