//getting the child categories $allcats = get_categories('child_of='.get_query_var('cat')); foreach ($allcats as $cat) : $args = array( 'category__in' => array($cat->term_id) ); $customInCatQuery = new WP_Query($args); if ($customInCatQuery->have_posts()) : echo ''; ?> name; endif; wp_reset_query(); endforeach; ?> max_num_pages > 1 ) : ?>