Tags in columns Wordpress plugin (Ultimate Tag Warrior add-on)
January 27, 2006
I’ve now put up the code for the plugin used to create the TechCrunch Index.
Installation
- Check you have Ultimate Tag Warrior installed and activated
- Download the plugin and rename from
cre8d_tags_in_columns.txttocre8d_tags_in_columns.php - Activate the plugin.
- Access the listing by including
echo cre8d_UTW_TagArchive();somewhere in your template. This will give, by default, 3 columns and tags grouped vertically in 5’s. If you wanted 2 columns and groups of ten, use:cre8d_UTW_TagArchive(2,10)and so forth. - Add to your stylesheet the following:
.list-column { float: left; width: 160px; margin: 0 5px; }
.list-column ul { margin-left: 0; padding-left: 0; }
.list-column ul li { list-style-type: none; }
.spacer { margin-bottom: 20px; }
- Optionally tweak the width of
.list-columnto suit your blog’s layout. You may like to change the vertical spacing (.spacer) between groups too.






Can you please help me out a little more Rachel?
— redstar, January 28, 2006
Hi redstar, how can I help? Which bit are you stuck on?
— Rachel, January 28, 2006
This is great Rachel I appreciate the plugin!
— Dennis Bullock, January 28, 2006
No problem
— Rachel, January 28, 2006
Hi Rachel,
I will send you a mail iff you think thats alright.
— redstar, January 29, 2006
Sure
— Rachel, January 29, 2006
Oke, then Ill wright a mail to you today
— redstar, January 31, 2006
[...]   Tags in columns,使得tag云适�用于在sidebar之类的地方输出,这个�件需�Ultimate Tag Warrior�件支�。 columns sidebar tag [...]
— Blogging Pro China » Blog Archive » WordPress Plugin: Tags in columns, February 3, 2006
Great - just what I wanted. I have only one problem - If I access the tags my sidebar doesn’t show up. Any ideas how to resolve this?
Check here to see:
http://www.quantumbiocommunication.com/index.php?tag=health
Thomas
— Thomas, February 4, 2006
Looks like it’s a problem in one of your templates, but it’s hard to tell without digging into your code. Try asking for support over at the UltimateTagWarrior support forum if you like.
— Rachel, February 4, 2006
Hello Rachel,
Thnak you, I have posted in their forum and I am waiting for an answer. By the way are you using a special plugin to get your comments colored like that? Looks really nice.
— Thomas, February 6, 2006
Yup I’m using an “official comments” plugin - see this post for details.
— Rachel, February 6, 2006
[...] URL: http://cre8d-design.com/blog/2006/01/27/tags-in-columns/ Technorati Tags: plugin [...]
— TEST » Tags in columns Wordpress plugin (Ultimate Tag Warrior add-on), February 9, 2006
I am looking for articles related to Pariyanga Yoga.If anyone know’s the sites related to pariyanga yoga please inform me.
— yoga, March 8, 2006
[...] Este artÃculo lo he traducido de cre8-deign blog espero que os haya sido de ayuda. Saludos! [...]
— koronas desde Cartagena » Wordpress tip: Mostrar tags de UTW en lista, March 18, 2006
Cool plugin, thanks for doing it! In my implementation there are “orphans” at the bottom of the first three columns - see http://www.paidcontent.org/wp/tags-list-3/
Any idea why?
— Derek Scruggs, March 24, 2006
Sorry, bad url. Try http://www.paidcontent.org/wp/tags-list
— Derek Scruggs, March 24, 2006
That’s really odd Derek. Have you adapted the code at all?
— Rachel, March 24, 2006
Very good site! I like it! Thanks!
all about xanax.buy xanax XXX .[URL=http://xanax-1best.tripod.com/]xanax[/URL] Only best hanax on this site!!!
— Xanax Jonson, May 6, 2006
Very good site! I like it! Thanks!
swingers [URL=http://sswingersss-777.tripod.com/[/URL]
— Alex Peterson, May 6, 2006
Very good site! I like it! Thanks!
free porn [URL=http://free-porn-xxx.tripod.com/]free porn[/URL]
— JON jONSON, May 13, 2006
Hi rachel, nice plugin,
Do you know if it’s possible to filter the list in order to show only a extract of the tags from one specific category for example.
Thanks
Henri
— henri, May 16, 2006
Rachel, your plug-in is really fine! Thanks!
— Camp, May 24, 2006
is this plug-in is shareware?
— Kniff, June 4, 2006
Rachel, hi. I’m having some trouble with the Ultimate Tag plugin.
— lawton, June 4, 2006
What’s the problem? I can’t read your mind
— Rachel, June 4, 2006
Cool plugin, thanks for doing it!
— Jack, June 15, 2006
Yes, Jack, cool and fine plugin! I enjoy use it!
— Farmer, June 15, 2006
Great - just what I wanted. Thanks for good work, Rachel!
— Jill, June 22, 2006
wwxooDfwVvzf0R jgWdwGl5L0F kfde8LKni8aOPY
— pBdNFUwHJG, July 8, 2006
http://hair-loss-treatment.hairlossmale.net/
— Helga Baus, July 29, 2006
High Rachel;
While I’ve taken a few design and programming classes, I’m not a programmeror designer. I have just enough knowledge to be dangerous. So, my question will likely sound silly to the rest of you
I’m not understanding where the “echo cre8d_UTW_TagArchive();” code needs to be in the template. Or how that will make the index appear on the index page I created.
Can you help?
— Tracey de Morsella, August 10, 2006
Hi Tracey, put the code:
< ?php echo cre8d_UTW_TagArchive(); ?>
into your template where you want the listing to appear (e.g. in the middle column of your page or in the sidebar of your page). Try putting it somewhere in the template you created then see if it’s going where you want.
Does that help?
Rachel
— Rachel, August 10, 2006
Hi Rachel:
Thanks for the quick response.
I will give it a shot. It is a new blog, so I need to creat some tags.
— Tracey de Morsella, August 11, 2006
Rachel!
thank you, thank you, thank you….
This is a great mod.
I have a quick question. For some reason, in Firefox it aligns perfectly; however, IE will not separate the lists in columns:
Here is the code I used:
Here is the URL:
http://www.webanalyticsworld.com/directory/
Have the best day!!
— mushmoosh, August 22, 2006
You’re welcome - try changing the spacing/widths of your columns in your CSS to get it OK in IE.
— Rachel C, August 22, 2006
Hi Rachel:
It’s Tracey again. I’m missing something. I’m new php and not really a programmer.
I understand installing it, but I do not undersand how or where to place it in the template. Like with Techcrunch, I want a separate page to appear specifically for the index. So when you say
“including echo cre8d_UTW_TagArchive(); somewhere in your template. ”
i added some code I saw with other instuctions :
that got it to work in the side nav, but I really want it to appear on its own page like with tech crunch, can you help?
Thanks
— Tracey de Morsella, September 10, 2006
Hi Tracey,
You can - create a new template with this code in it in your theme folder and then assign this template to a new page which you create.
Cheers
Rachel
— Rachel, September 10, 2006
Hi Rachel:
Thanks for hanging in there with me. Sorry for the long gap since my last question. I’ve been very ill. I’m sure it is obvious, but my programming skills leave much to be desired. how would I assign a template to a new page. I created a template and placed it in my template folder as instructed, but when I went to make a static page, I did not see a way to assign the template. I also can not find how to do so in wordpress support.
Thanks again
Tracey
— Tracey de Morsella, October 6, 2006
Hope you’re feeling better now.
To assign the template, go in to edit the page. On the right hand side you’ll see “Page template” under “Page Parent”.
R
— Rachel, October 6, 2006
Thanks for talking me through this. That is what I thought, but there is not page template under page parent in my installation. I have 2.0.4 installed.
— Tracey de Morsella, October 6, 2006
Excellent site, added to favorites!!
…
— anfiopy, October 21, 2006