Files
Rogers_Motors_Theme/page-all-used-cars-for-sale.php
2024-03-20 17:38:18 -04:00

23 lines
375 B
PHP

<?php
/**
* All Used Cars For Sale page template.
*
* @package ThemeStarter
*/
?>
<!-- Get Header -->
<?php get_header(); ?>
<?php get_template_part('template-parts/partials/page-header') ?>
<!-- Auto Cart Shortcode -->
<section class="max-w-7xl mx-auto py-8 px-4">
<?php echo do_shortcode('[autocart]'); ?>
</section>
<!-- Get Footer -->
<?php get_footer(); ?>