Skip to:
Content
Pages
Categories
Search
Top
Bottom

Moving tags to the footer.php ?

  • i have put :- <?php topic_tags(); ?> on my footer.php , but it does not show the tags.

    is it possible to move these tags to the footer.php … something has to be set first , but i dont know what… except it also has to relate to the topic.

    is this possible ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hmm, I guess this function has to be used within topic look, otherwise it won’t work – my only idea is to play with CSS – put the tags within the loop, but on the very bottom of it, then use CSS to move it even lower. :)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar