Sunday, January 27, 2019

To count the no of post in category!!

IF   'hide_empty'               => 0,  and

                    'hierarchical'             => 0, is kept 1 then it will not work.


<?php

                $args = array(

                    'type'                     =>'expedition',

                    'child_of'                 => 0,

                    'parent'                   => '',

                    'orderby'                  => 'name',

                    'order'                    => 'ASC',

                    'hide_empty'               => 0,

                    'hierarchical'             => 0,

                    'exclude'                  => '',

                    'include'                  => '39',

                    'number'                   => '',

                    'taxonomy'                 => 'triptype',

                    'pad_counts'               => false );

                $categories = get_categories($args);


                        foreach ($categories as $category) {

                            $url = get_term_link($category);

$postsInCat = get_term($category);

                           $postsInCat = $postsInCat->count;

   $cat = $category
                     

?>
  <?php } ?>
         <div class="grid__item">
            <div class="c-card c-card--hover">
                <span class="trip-count"><span><?php echo $postsInCat; ?> Trips</span></span>

No comments:

Featured Post

Make money online

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

Popular Posts