theme and plugin sync
This commit is contained in:
23
page-sell-my-vehicle.php
Normal file
23
page-sell-my-vehicle.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Sell My Vehicle page template.
|
||||
*
|
||||
* @package ThemeStarter
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<!-- Get Header -->
|
||||
<?php get_header(); ?>
|
||||
|
||||
<?php get_template_part('template-parts/partials/page-header') ?>
|
||||
|
||||
<!-- Sell My Vehicle Form -->
|
||||
<section class="max-w-7xl mx-auto">
|
||||
<?php echo do_shortcode('[form_vehicle_sell]'); ?>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Get Footer -->
|
||||
<?php get_footer(); ?>
|
Reference in New Issue
Block a user