biznez_lite_custom_breadcrumb();} ?>
    'post', 'posts_per_page'=>-1 ); // The Query $the_query = new WP_Query( $args ); // The Loop while ( $the_query->have_posts() ) : $the_query->the_post(); echo '
  • '; ?> '; endwhile; // Reset Post Data wp_reset_postdata(); ?>
'post', 'child_of' => 0, 'orderby' => 'name', 'order' => 'ASC', 'hide_empty' => 1, 'taxonomy' => 'category' ); $categories= get_categories($args); $count=1; foreach($categories as $category) { ?>
sitemap-box">
cat_name;?>
    'post', 'cat'=>$category->term_id, 'posts_per_page'=>-1 ); // The Query $the_query = new WP_Query( $args ); // The Loop while ( $the_query->have_posts() ) : $the_query->the_post(); echo '
  • '; ?> '; endwhile; // Reset Post Data wp_reset_postdata(); ?>