Viewing 1 replies (of 1 total)
  • Plugin Author Muhammad

    (@elzahlan)

    Sorry for replying late, try the following code:

    <ul>
     <?php foreach (get_categories() as $cat) : ?>
     <li>
     <img src="<?php echo z_taxonomy_image_url($cat->term_id); ?>" />
     <a href="<?php echo get_category_link($cat->term_id); ?>"><?php echo $cat->cat_name; ?></a>
     </li>
     <?php endforeach; ?>
    </ul>

Viewing 1 replies (of 1 total)
  • The topic ‘Non-coder needs guidance’ is closed to new replies.