Change or remove category title in archive pages
In category-ad_cat.php i found the code:
<h1 class="single dotted"><?php _e( 'Listings for', APP_TD ); ?> <?php echo $term->name; ?> (<?php echo $wp_query->found_posts; ?>)</h1>
In only a few specific ad categories I like to change or remove: 'Listings for'
I've tried it with some if and else conditionals, found on wordpress.org, but with no result.
Somebody knows which conditional code to use?
Thanks.