Forums

Popular Tags code segment not working (2 posts)

  1. lostasylum
    Member
    Posted 1 month ago #

    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?

  2. lostasylum
    Member
    Posted 1 month ago #

    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?

Reply

You must log in to post.

About this Topic