Hi,
I needed to change "the_tags" on my posts and search results to display the word "Operator: " instead of "Tags: "
i.e. <?php the_tags('Operator: ', ', ', '<br />'); ?>
The .PHP theme files I've changed "the_tags" on are single.php, search.php and index.php (I'm using the default WP 1.6 template)
The change has worked successfully for single posts and search results but when I click on a category, the results (listed posts) that are displayed show the word "Tags: " instead of "Operator: "
Any ideas on how to fix this? Is there another place I should be changing "the_tags" on?
Thank you.