PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
themes
/
dwt-listing
<?php /** * The template for displaying Listing category. */ global $dwt_listing_options; get_header(); //pagination if (get_query_var('paged')) { $paged = get_query_var('paged'); } else if (get_query_var('page')) { $paged = get_query_var('page'); } else { $paged = 1; } $args = dwt_listing_search_query($paged); $args = dwt_listing_wpml_show_all_posts_callback($args); $results = new WP_Query($args); $listing_page_style = $dwt_listing_options['dwt_listing_seacrh_layout']; switch ($listing_page_style) { case 'sidebar': require trailingslashit(get_template_directory()) . 'template-parts/listing-search/search-with-' . $listing_page_style . '.php'; break; case 'map': require trailingslashit(get_template_directory()) . 'template-parts/listing-search/search-with-' . $listing_page_style . '.php'; break; case 'topbar': require trailingslashit(get_template_directory()) . 'template-parts/listing-search/search-with-' . $listing_page_style . '.php'; break; } 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]