Conditional Display
-
I’m using the shortcode in my themes single.php template and only want the campaign to display when the post type status is published. Currently, even when the campaign is a draft the shortcode still displays the campaign. What would be the proper markup to show only if published? i.e.
if ( $campaign['post_status'] == 'draft' )
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Conditional Display’ is closed to new replies.