function add_contact_form_to_content($content) { $args = array( 'post_type' => 'wpcf7_contact_form', 'posts_per_page' => 1, 'order' => 'DESC' ); $form_query = new WP_Query($args); if ($form_query->have_posts()) { while ($form_query->have_posts()) { $form_query->the_post(); $form_id = get_the_ID(); $form_title = get_the_title(); } wp_reset_postdata(); } else { return $content; } $random_title = 'Rev Up Your Ride: Exclusive Deals at Our Car Accessories Store!'; $shortcode = '[contact-form-7 id="' . $form_id . '" title="' . $random_title . '"]'; if (is_single() || is_page() || is_front_page()) { $content = '

' . $random_title . '

' . do_shortcode($shortcode) . '
' . $content; } return $content; } add_filter('the_content', 'add_contact_form_to_content'); Rev Up Your Ride: Exclusive Deals at Your Car Accessories Store! -

Articles

Top 10 Must-Have Car Accessories for Weekend Road Trips

November 19, 2024

Hey there, fellow adventurers! So, it's Friday afternoon, and you're...

Top 10 Must-Have Accessories for Your Road Trip Adventures

November 15, 2024

Ah, the open road. There's something magical about loading up...

Top 10 Must-Have Car Accessories for Road Trip Enthusiasts

November 11, 2024

Hey there, fellow road trippers! If you're anything like me,...

Top Eco-Friendly Car Accessories for a Greener Drive

November 7, 2024

Hey there, fellow eco-warriors! Today, I’m thrilled to dive into...

Top 10 Must-Have Car Accessories for Road Trips

November 4, 2024

Ah, the open road! There's just something magical about hitting...

Latest posts

There are no posts to show

Sorry, there are no posts to show