Title: showing default image
Last modified: August 21, 2016

---

# showing default image

 *  Resolved [lkycy](https://wordpress.org/support/users/lkycy/)
 * (@lkycy)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/showing-default-image/)
 * hi, this plugin solve my problem but i want to show defaul image if any image
   not uloaded for a category. i try something but not working im not a php coder.
   so can you help me?
 * i try this:
    `<img src="<?php if (function_exists('z_taxonomy_image_url')); else{
   echo get_bloginfo("template_url");"/images/1900.jpg";}?>" />`
 * [http://wordpress.org/plugins/categories-images/](http://wordpress.org/plugins/categories-images/)

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

 *  Plugin Author [Zahlan](https://wordpress.org/support/users/elzahlan/)
 * (@elzahlan)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/showing-default-image/#post-4051775)
 * Sorry for my late reply.
 * You just do like this:
    <?php echo (function_exists(‘z_taxonomy_image_url’)) ?
   z_taxonomy_image_url() : ‘path to your default image’; ?>
 *  [Permanence](https://wordpress.org/support/users/permanence/)
 * (@permanence)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/showing-default-image/#post-4051805)
 * I cant get this to work. I am entering
 * <?php echo (function_exists(‘z_taxonomy_image_url’)) ? z_taxonomy_image_url():‘/
   wp-content/themes/themename/img/header_default.jpg’; ?>
 * It displays fine when a featured image is on a category but when there isnt nothing
   displays.

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

The topic ‘showing default image’ is closed to new replies.

 * ![](https://ps.w.org/categories-images/assets/icon-128x128.png?rev=2256871)
 * [Categories Images](https://wordpress.org/plugins/categories-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/categories-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/categories-images/)
 * [Active Topics](https://wordpress.org/support/plugin/categories-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/categories-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/categories-images/reviews/)

## Tags

 * [default image](https://wordpress.org/support/topic-tag/default-image/)

 * 2 replies
 * 3 participants
 * Last reply from: [Permanence](https://wordpress.org/support/users/permanence/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/showing-default-image/#post-4051805)
 * Status: resolved