>
' . get_the_post_thumbnail() . '
';
endif;
else :
// Archive post settings
if ($automotive_services_post_feature_image == '1' && has_post_thumbnail()) :
echo '' . get_the_post_thumbnail() . '
';
endif;
endif;
if (is_single()) :
if ($automotive_services_single_post_date == '1') : ?>
', '');
endif;
else :
if ($automotive_services_post_heading == '1') :
the_title(sprintf('
');
endif;
endif;
if (is_singular()) :
if ($automotive_services_single_post_content == '1') :
the_content();
endif;
else :
if ($automotive_services_post_content == '1') :
echo "
" . wp_trim_words(get_the_excerpt(), 50) . "
";
endif;
endif;
?>