Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Beee

    (@beee)

    PS all values are different so I can’t select on where thumb=some_value

    $key = "thumb";
    $thumb = get_post_meta($post->ID, $key, true);
    if (!$thumb){
    echo "";
    }else{
    echo "Place your comments here";
    }

    Good luck

    Thread Starter Beee

    (@beee)

    thanx a lot…
    works like a charm…

    (it took a while to reply)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conditional tag if meta is not empty’ is closed to new replies.