• Hi, great plugin,
    I have default images displayed with the_header_image_tag();
    I want in archive pages to display images from categories via plugin, if no image is apply to the category, then show default image.

    I have something like this:

    elseif ( is_archive() ) {
    if (function_exists('z_taxonomy_image')) z_taxonomy_image(NULL, 'banner');
    the_header_image_tag();

    This displays both images… How can I display them with conditional??
    Thanks

  • The topic ‘Category image and default image’ is closed to new replies.