<?php
/**
* The template for displaying archive pages.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package himalayanrangetreks
*/
get_header(); ?>
<?php
if ( have_posts() ) : ?>
<div class="best_selling">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-lg-12">
</br></br>
<h2><strong><?php
the_archive_title();?></strong>
</h2>
</h2>
</div>
</div>
<?php $custom_terms = get_terms('trek_category');
foreach($custom_terms as $custom_term) {
wp_reset_query();
$args = array('post_type' => 'trek',
'order'=>'ASC',
'tax_query' => array(
array(
'taxonomy' => 'trek_category',
'field' => 'slug',
'terms' => $custom_term->slug,
),
),
);
$loop = new WP_Query($args);
if($loop->have_posts()) {?>
</br>
<h2 class="cat_title"><?php echo $custom_term->name;?></h2>
<p class="cat_title m-tb-10"><?php echo $custom_term->description;?></p>
<div class="row archive_list">
<?php while($loop->have_posts()) : $loop->the_post();?>
<div class="col-md-3 col-sm-3">
<div class="trek_list">
<figure class="Trek_img">
<?php
if(has_post_thumbnail() ) {
the_post_thumbnail('');
} ?>
<?php if(get_field('price')):?>
<span class="price">
<?php the_field('price');?>
</span>
<?php endif;?>
</figure>
<div class="trek_box">
<div class="Intiligent_holder">
<h3><a href="<?php the_permalink(); ?>">
<?php the_title();?>
</a></h3>
</div>
</div>
</div>
</div>
<?php
endwhile;
wp_reset_postdata();
?>
</div>
<?php
}
}
wp_reset_query(); // Restore global post data stomped by the_post().
?>
</div>
</div>
<?php endif; ?>
<?php
get_footer();?>
Subscribe to:
Post Comments (Atom)
Featured Post
Make money online
https://www.wpbeginner.com/beginners-guide/make-money-online/?fbclid=IwAR0_9_5aHmbB4rDisaPevdnO4uAgo0N9heHgPu1TjerjurE5ilD2NyzeB2A
Popular Posts
-
DALCHOKI AS "BHEDETAAR" OF KATHMANDU Dalchoki is a village development committee in Lalitpur District in the Bagmati Zone of Ce...
No comments:
Post a Comment