This is release #32 that I’ve made of this plugin. Thirty Two. It’s up to about ~90kb of PHP… The first version was 7.7kb.
I was going to call this version UTW 25; but nevermind (:
Changes in this version:
- Tagyu tag suggestions are retrieved using CURL, if available; and file socks when not – some people had hosting provider issues with the file_get_contents() way it initially was. I’ve also tinkered with the escaping – smart quotes were throwing it off by the looks of things.
- The ajax driven tag-adders will accept a comma separated list of tags, so now you can add a bunch o’ tags at once.
- I’ve added another predefined format: technoraticommalistwithlabel; which is like the technoraticommalist, except it puts “Technorati tags: ” at the front of the list. Mostly, this is for use with the automagically included tags.
- There’s a new thing that’s just a little bit special.
I’ve added two template functions: UTW_ShowTimeSensitiveWeightedTagSet and UTW_ShowTimeSensitiveWeightedTagSetAlphabetical. If you use either of these functions on the date.php or archive.php files in your theme (and index.php, I imagine (: ), when you’re viewing at a date based archive; the tag cloud will only display the tags for posts within that date range. (/archives/2005/08/ displays things from August of this year in the popular list in the sidebar, for example.)
- Oooh. I’ve made this theme available for download! (I’ve taken out the gravatar bit, so I *think* the only plugin dependency is UTW) You can find it here
Download here | General plugin info here | Support forum thing here
Saturday 29 October, 2005 @ 1:34 am
Is there a place to look up the parameters I need to fill into these functions?
Saturday 29 October, 2005 @ 8:22 am
http://www.neato.co.nz/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-help-themes.html (:
Basically, the parameters for all of the functions are the same…
<?php UTW_FunctionTitle (”$formattype”, “$customformat”, “$limit”) ?>
$formattype is the name of a custom format (there’s a list on the help page);
$customformat is for if you want to construct your own format.
$limit sets the maximum number of tags to display. (It defaults to 150 for “all tags” lists; and to everything for “post tags” lists)
Sunday 30 October, 2005 @ 12:54 pm
Ah, how cool :D (RTFM!)
Question: Is it possible to use UTW_ShowCurrentTagSet but not have it output the link? I want to use it to title the the tag archives.
Sunday 30 October, 2005 @ 1:04 pm
Yep!
(Is there anything that it can’t do?*)
For now, you’d be after a custom format (but since I’m writing it anyway, I’ll probably end up adding it to the list of predefined formats (: )
<php UTW_ShowCurrentTagSet("", array('first'=>'%tagdisplay%', 'default'=>' %operatortext% %tagdisplay%')) ?>should display you Monkey and Banana and Primate (supposing you’re on the monkey+banana+primate tag page) or
<php UTW_ShowCurrentTagSet("", array('first'=>'%tagdisplay%', 'default'=>', %tagdisplay%', 'last'=>' %operatortext% %tagdisplay%')) ?>should give you Monkey, Banana and Primate
* Aside from the sensible automatic tagging thing. But that’s unpossible!
Tuesday 1 November, 2005 @ 5:16 am
Is there a way to integrate with Flock ??
Thanks
Wednesday 2 November, 2005 @ 1:31 am
Ultimate Tag Warrior
Adding a tagging plug-in to the blog so I don’t have to remember the links myself. Yes I am lazy.
…
Wednesday 2 November, 2005 @ 1:32 am
[...] 3. Mit Update auf Ultimate Tag Warrior 2.8.6 (kann ich nur empfehlen, sind einige neue Dinge dabei, siehe hierzu auch die Helpseite, so zB kφnnen passende Icons bei Taglinks auf del.icio.us, technorati, etc.. angezeigt werden) nehme ich auch langsam Abschied von den Kategorien. Hierzu habe ich auch die Top10 Tags in der Sidebar eingebaut, als Ersatz fόr die Archive nach Monat/Kategorien. Sieht man auch gleich an der Balkenchart. [...]
Wednesday 9 November, 2005 @ 10:02 am
Christine,
How come the tags are showing twice?
Any ideas?
Thanks
Wednesday 9 November, 2005 @ 10:05 am
Israel,
I’m not sure whether you’ve included the tags in the theme; but if you go to the Options > Tags page; and untick the automatically included tag links, the extras will disappear.
(If you’ve got theme-y stuff to display the tags, then both can be unticked; otherwise, untick one of ‘em)