• Hi all,

    Just a quick question on a subject that has been frustrating me for a while:

    Why are we seeing so many tag pages with no results even though we know (and check) that we have added the tags to our posts?

    We rely heavily on Google results for WordPress tags and the message we orginarily see when checking is:

    “Sorry, we don’t have any posts here with that tag.”

    Any ideas please?

    PL

Viewing 1 replies (of 1 total)
  • This is what I am using to show and link to tags, and it seems to be working fine for me. Check against your code. (Using WP 2.6.2)

    <?php if (function_exists('the_tags') ): ?>
    							<?php _e('Tags: '); ?>
                                <?php the_tags('', ', ',''); ?>
                                <?php else : ?>
                                <?php endif; ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Tags – Where have they all gone?’ is closed to new replies.