Before you ask please READ THIS

A problem with tags template page

edited May 2012 in Airlock Posts: 8
i have a problem with the Tag Archives page and i don't know how to fix it. check this http://www.creativesmagnet.com/tag/inspiration

Comments

  • AirAir
    Posts: 10,970
    Check if you have tag.php file in wp-content/airlock/ directory If you have - delete it(and backup it). If that wont help send me(via private message on forum) access to your WP as admin and I will check what is going on.
  • Posts: 8
    thx, it works. another thing please how can i display tags in the post footer?
  • AirAir
    Posts: 10,970

    You can insert this code

    <?php echo 'Tags: ' . get_the_tag_list( '', ', ' ); ?>

    in airlock/loop-single.php just before

    <?php comments_template( '', true ); ?>

    so you will get

    <?php echo 'Tags: ' . get_the_tag_list( '', ', ' ); ?>
    <?php comments_template( '', true ); ?>
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion