The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
153 views

Individual css class for each tag in wp_tag_cloud

Help, this is probably the best way to have control over the styling of the wp_tag_cloud ... I was looking for a way to add size based classes to my tags within the tag cloud widget. The problem here ...
2
votes
1answer
485 views

PHP/MySQL issues when running WP on EC2 cloud [closed]

I am trying to create a wordpress blog on an Amazon EC2 instance. The amazon base image had apache and php already installed. I installed MySQL manually in my user directory. I am able to login to the ...
1
vote
2answers
222 views

Using Multisite with a CDN?

I'm running Wordpress Multisite hosted with Bluehost, and only have 5 low volume sites. My site load time has been awful recently, so I've used Lazy Load, DB optimization, Smush.it, and Quick Cache to ...
1
vote
1answer
133 views

Interface for logged-in users to upload/download files

I am setting up a site for a non-profit that would like to have a 'members' area where certain users can swap files for meetings, events, etc. They essentially need a simple interface where they can ...
0
votes
1answer
276 views

display tag slug as class per link in tag cloud

I would like to filter wp_generate_tag_cloud so each of the tag links include the slug as a class. More specifically, I would like to output "tag-" + the tag slug. Currently what is assigned as the ...
0
votes
1answer
58 views

which template does wp_ tag_ cloud point to?

This is very embarassing. If I add wp_tag_cloud to my navigation in list form, it shows as I need it (like a sub nav). If you then click a tag what template is then used? I've tried adding ...
0
votes
0answers
14 views

Change the color of the tags inside tag cloud based on count [duplicate]

Possible Duplicate: Tagcloud: different color for different text size Is there a way I can set a different background-color for tags in the tag cloud in wordpress based on the number of ...
0
votes
1answer
71 views

How to randomise a custom taxonomy tag cloud

I have about 70 tags, I want to get 5 different random tags out of that 70 each time the page refreshes... this isn't working for me <?php wp_tag_cloud( array( 'taxonomy' => ...