post_status == 'publish') $more_url = ''.__('More...').'';
if ($about_short->post_status == 'publish') {
$about_title = $about_short->post_title;
$about_text = BX_remove_p($about_short->post_content);
}
if ($about_text != '') {
echo '', $about_title, "
\n";
echo '', $about_text;
if ($more_url != '') echo ' ', $more_url;
echo "
\n";
}
} ?>