> ]+src=[\'"]([^\'"]+)[\'"][^>]*>/i', $post_content, $matches); // Check if a matching image URL is found if (!empty($matches[1])) { // Get the matched image URL $image_url = $matches[1]; // Output the custom HTML structure ?>
<?php echo esc_attr(get_the_title()); ?>
,
,
', ''); endif; else : if ($automotive_services_post_heading == '1') : the_title(sprintf('
', esc_url(get_permalink())), '
'); 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; ?>