i'm new to wordpress, so please be patient with me.
i've been playing around with some wordpress themes and so far i've managed to get things customised to what i want.
This is code that I've been using to upload the popular tag at the footer for my page:
<h3><span class="boldtext">Popular</span> Tags</h3>
<?php if(function_exists("UTW_ShowTagsForCurrentPost")) : ?>
<div class="tags"><?php UTW_ShowWeightedTagSetAlphabetical("coloredsizedtagcloud","3","100") ?></div>
<?php endif; ?>
</div>
but currently nothing shows at the footer area. is it because there is something wrong with the code or because i'm expecting something totally different?