PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
themes
/
dwt-listing
<?php /* Template Name: Home Template */ /** * The template for displaying Pages. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @package dwt listing */ ?> <?php get_header(); ?> <?php global $dwt_listing_options ;?> <?php if (have_posts()):the_post(); $post = get_post(); if ( $post && ( preg_match( '/vc_row/', $post->post_content ) || preg_match( '/post_job/', $post->post_content ) ) ): the_content(); else: ?> <section class="static-page blog-post-container"> <div class="container"> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="single-blog blog-detial"> <div class="blog-post"> <div class="post-excerpt post-desc"> <?php the_content(); ?> <div class="clearfix"></div> </div> </div> </div> </div> </div> </div> </section> <?php endif; endif; ?> <?php get_footer(); ?>
[+]
..
[-] page-reviews.php
[edit]
[-] header.php
[edit]
[-] page-profile.php
[edit]
[-] taxonomy-l_category.php
[edit]
[-] sidebar-shop.php
[edit]
[+]
inc
[-] single.php
[edit]
[-] page.php
[edit]
[-] wpml-config.xml
[edit]
[-] editor.css
[edit]
[-] search.php
[edit]
[-] page-search.php
[edit]
[-] page-home.php
[edit]
[+]
tgm
[-] sidebar-authors.php
[edit]
[-] functions.php
[edit]
[+]
required-plugins
[-] page-authors.php
[edit]
[-] single-events.php
[edit]
[-] 404.php
[edit]
[+]
assets
[-] screenshot.jpg
[edit]
[-] page-listing.php
[edit]
[-] sidebar-adv.php
[edit]
[+]
vc-images
[-] taxonomy-l_location.php
[edit]
[-] author.php
[edit]
[-] style.css
[edit]
[-] taxonomy-l_event_cat.php
[edit]
[+]
languages
[-] taxonomy-l_tags.php
[edit]
[-] comments.php
[edit]
[+]
template-parts
[-] single-listing.php
[edit]
[+]
woocommerce
[-] index.php
[edit]
[-] sidebar-listings.php
[edit]
[-] sidebar.php
[edit]
[-] page-events.php
[edit]
[-] archive.php
[edit]
[-] page-icons.php
[edit]
[-] readme.txt
[edit]
[-] footer.php
[edit]