Support » Plugin: Categories Images » Default image

Viewing 7 replies - 1 through 7 (of 7 total)
  • didnt test the code but you can try it..

    <?php if (function_exists('z_taxonomy_image_url')) {
    if(!empty(z_taxonomy_image_url()) {
    echo z_taxonomy_image_url();
    } else {
    echo 'http://yoursite.com/defaultimage.jpg';
    }} ?>

    hi ! i’ll try this code, but i’ve the same problem : it’s not my defaut image but the defaut image of the plugin is diplaying…i don’t understand why

    <?php if (function_exists('z_taxonomy_image_url')) {
    						if(!empty(z_taxonomy_image_url()) {
    						echo z_taxonomy_image_url();
    						} else {
    						echo 'http://www.monsite.fr/wp-content/themes/montheme/images/image.png';
    						}} ?>

    thanks a lot for your help !

    Plugin Author Muhammad

    (@elzahlan)

    Sorry for reply late, hope your issue was solved, if you still facing any problem please tell me and I will do my best to help

    Thanks

    hi !
    I still have the same problem… thanks

    oups it’snt resolved…

    Plugin Author Muhammad

    (@elzahlan)

    OK

    I changed it to not resolved, could you please what is your current problem, I will try to do my best to help you

    Thanks

    Plugin Author Muhammad

    (@elzahlan)

    I will change this to resolved till your reply back

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Default image’ is closed to new replies.