Monday, July 22, 2019

To retrive post of posttype=tour and destination=nepal wise

<?php $args = array('post_type' => 'tour',

   'tax_query' => array(
       array(

        'taxonomy' => 'destination',
       
         'field'    => 'term_id',
       
         'terms'    => 9,
//here 9=nepal  ID of nepal
       
        ), ),

   'posts_per_page' => -1, 'orderby'=>'title','order'=>'DESC'); ?>
 
 
                      <?php
                            $query = new WP_Query($args);
                            if($query->have_posts()):
                           
                            while ($query->have_posts()):
                            $query->the_post();
                         
                      ?>

No comments:

Featured Post

Make money online

https://www.wpbeginner.com/beginners-guide/make-money-online/?fbclid=IwAR0_9_5aHmbB4rDisaPevdnO4uAgo0N9heHgPu1TjerjurE5ilD2NyzeB2A

Popular Posts