How to display the category of the ad w/o it being a link?
Hi, anyone know how to display the Category name along with each ad on index pages, without it being a link?
I found this in index-standard.php
Code:
<p class="bot4px dotted"><?php _e('Category','cp') ?>: <?php the_category(', ') ?> | <?php _e('Listed','cp') ?>: <?php echo cp_ad_posted($post->post_date); ?>
the_category is what makes the category shown as a link. I would like to display the category name along each ad but have it not be clickable