$short_description = get_post_meta(get_the_ID(), '_short_description', true); if ($short_description) { echo '

' . esc_html($short_description) . '

'; }