• Resolved guillaumeb

    (@guillaumeb)


    Hi all,

    The UTW FAQ says that I have to change the $limit value to display less or more tags on my age.
    When going thru the ultimate-tag-warrior.php file i see, just like it is mention on the FAQ, that is is set by default to 150.

    On my site I am using this code:
    <?php UTW_ShowWeightedTagSetAlphabetical(“coloredsizedtagcloud”,””,0) ?>

    SO I went thru the file and found this:
    function UTW_ShowTimeSensitiveWeightedTagSetAlphabetical($formattype, $format=””, $limit=150) {
    global $utw;

    In order to try I changed the value to 15 to see if it would make a difference but it didn’t.

    So I changed all the values set to 150 to 15.

    no effect…

    I’m afraid those tags will take up all my sidebar!!

    I thought there was a forum to the plugin but I don’t find it on the FAQ.
    ANy help appreciated.
    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Don’t know the answer, but the UTW forum lives here:

    http://neato.co.nz/forum/

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    On my site I am using this code:
    <?php UTW_ShowWeightedTagSetAlphabetical(“coloredsizedtagcloud”,””,0) ?>

    Have you tried using this code instead?
    <?php
    UTW_ShowWeightedTagSetAlphabetical(“coloredsizedtagcloud”,””,15);
    ?>

    That will work.

    Thread Starter guillaumeb

    (@guillaumeb)

    Otto42, if you were a sexy woman and not just behind a screen I would kiss you

    thanks so much … why do I miss easy stuff like those !!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tweaking Ultimate Tag Warrior’ is closed to new replies.