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

    (@elzahlan)

    Sure, 1st check if image exist or not, for example:
    `<?php $image_url = z_taxonomy_image_url($category->term_id); ?>
    <?php if (!empty($image_url)) : ?>
    display the image
    <?php else : ?>
    display a defualt one
    <?php endif; ?>

    do this inside the loop.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Hide broken Image if sub-cat-image is not available’ is closed to new replies.