• With Simple Tags enabled I get a very nice list of all available tags under the post edit window. I just have to click on a tag in the list to add it to to a post.

    OK, that is fantastic, but I have a lot of tags and I need to make it easy to scan the list of tags to find what I am after. Previously this list was in alphabetical order, but the latest version of the plugin seems to always list them in frequency of use order. This is making it very very hard to scan the list to find what I am looking for.

    I couldn’t find anything in the plugin options to change the ordering of this list. Does anyone know how to do it?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter snoogly

    (@snoogly)

    Anyone? Surely someone else out there has managed to get their click tags in alphabetical order????

    Thread Starter snoogly

    (@snoogly)

    Last bump at the OK Corral.

    I have the same request. I sent an email to the plugin author. If I get a response, I will repost it here.

    Change in folder simple-tags/2.5/inc/simple-tags.admin.php

    the line 1486 and 1525 from

    $tags = $simple_tags->getTags(‘hide_empty=false&cloud_selection=count-desc&number=LIMIT ‘. $counter * 200 . ‘, ‘. 200, true);

    in

    $tags = $simple_tags->getTags(‘hide_empty=false&cloud_selection=name-asc&number=LIMIT ‘. $counter * 200 . ‘, ‘. 200, true);

    After this, it should work.

    Thanks! It works perfectly. ??

    Hi there,
    I’m having this same problem, but wasn’t able to locate the code in the file you mentioned. I just downloaded Simple Tags version: 1.5.7, which was last updated: 2008-5-5. Think something has changed?

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Help me get Simple Tags click-able available tags into alphabetical order’ is closed to new replies.