Archive_Default Header Category Display
On the Archive_Default.php page, is there a way to make the header tag display a category and subcategory together, instead of just a single category?
h2><?php _e('Vacation Rental Listings in','cp')?> <?php single_cat_title(); ?>, NC (<?php echo $wp_query->found_posts ?>)</h2>
Displays as "Vacation Rental Listings in (Subcategory), NC"
Would like it to display as "Vacation Rental Listings in (Category Subcategory), NC"
Any direction you can provide would be greatly appreciated! =)