Results 1 to 4 of 4

Thread: Conditional display image ?

  1. #1
    Thread Starter
    Rookie
    Not a Verified Customer
    Caryl's Avatar
    Join Date
    Mar 2010
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Conditional display image ?

    Hello,

    Great job this version !

    Just a question just in case :

    I would like to not display image when the user didn't upload it...
    I tried to work on these functions but it did't work:
    Code:
    <?php if(get_post_meta($post->ID, 'images', true)) cp_single_image_legacy($post->ID, get_option('medium_size_w'), get_option('medium_size_h')); else cp_get_image_url_feat($post->ID, 'medium', 'captify', 1); ?>
    Is i possible to add a conditional tag like <if is_attachment ()...etc or something else ?

    Any idea ?

    Caryl

  2. #2
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: Conditional display image ?

    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Rookie
    Not a Verified Customer
    Caryl's Avatar
    Join Date
    Mar 2010
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Conditional display image ?

    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    Rookie
    Not a Verified Customer
    Caryl's Avatar
    Join Date
    Mar 2010
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Conditional display image ? - resolved

    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Displaying a Main Image or Large Image for listings
    By kwave12 in forum ClassiPress General Discussion
    Replies: 20
    Last Post: December 10th, 2010, 03:47 PM