• lostasylum

    (@lostasylum)


    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?

Viewing 1 replies (of 1 total)
  • Thread Starter lostasylum

    (@lostasylum)

    i was just told that UTW does not work with wordpress 2.3.3
    if that’s the case, what is the equivalent of UTW in this case so that i can just get the latest popular tags?

Viewing 1 replies (of 1 total)

The topic ‘Popular Tags code segment not working’ is closed to new replies.