show_image && $settings->image_position == 'above-title') : ?>
show_image && in_array($settings->image_position, array('above', 'beside'))) : ?>
show_content || $settings->show_more_link) : ?>
show_content) {
if ( 'full' == $settings->content_type ) {
the_content();
}
else {
the_excerpt();
}
}
?>
show_more_link) : ?>
more_link_text; ?>