Use the categorie title as tags inside the page
Hi,
I want to use the categorie title as tags inside the page.
The category title is now automaticly generated for Header1 (h1) (with <h1 class="single dotted"><?php _e('Listings for','appthemes')?> <?php echo $term->name; ?> (<?php echo $wp_query->found_posts ?>)</h1>) inside taxonomy-ad_cat.php file
So i think it should be possible to use the category title (or ad title) as tags on other positions inside the page.
Can someone help me with this?
Thanx!