I have moved all the article's info to a sidebar (categories, author, date, etc.), but I can't move the tags (they are now at the beginning of the article). I tried to cut this:
<!--BEGIN .entry-meta .entry-header-->
<div class="entry-meta entry-header">
<?php if ( framework_get_terms( 'tags' ) ) { ?>
<span class="meta-sep">|</span>
<span class="entry-tags">Tagged <?php echo framework_get_terms( 'tags' ); ?></span>
<?php } ?><!--END .entry-meta .entry-header-->
</div>
and paste it to the sidebar under navigation (in the index.php file), but it doesn't appear there. What am I doing wrong? Here is the website:
http://klikerlab.pl/wordpress/
Thanks.