Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Moving tags to the footer.php ?

Try this…

<?php if (is_topic() ) : ?>
<?php topic_tags(); ?>
<?php endif; // is_topic() ?>

I use that in my sidebar.php file, and it works fine.

Skip to toolbar