0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
wp-content
/
themes
/
di-ecommerce
/
[
Home
]
File: template-landing-page.php
<?php /** * Template Name: Landing Page for Page Builder * */ ?> <?php get_header( 'landing-page' ); ?> <?php while( have_posts() ) : the_post(); get_template_part( 'template-parts/content-page', 'landing-page' ); comments_template(); endwhile; ?> <?php get_footer( 'landing-page' );