Codice PHP:
if($custom_desc_value)
$text = $custom_desc_value;
elseif(condizione)
$text = $post->post_content;
else
$text = $post->post_title;
Codice PHP:
if($custom_desc_value)
$text = $custom_desc_value;
elseif(condizione)
$text = $post->post_content;
else
$text = $post->post_title;