Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End [WORDPRESS] Remove div IF textarea is empty for Events Post Type Function Re: [WORDPRESS] Remove div IF textarea is empty for Events Post Type Function

#138676
chrisburton
Participant

@keilowe Try this

$ret .= ‘[div class=”event-section”]’;
$event_info = get_post_meta($post->ID, ‘event_info’, true);
if($event_info != ”) {
$ret .= ‘INFO:   ‘ . $event_info . ‘‘ ;
} $ret .= ‘[/div]’;