Make WordPress Core

Opened 19 years ago

Closed 18 years ago

#5726 closed enhancement (fixed)

Random order argument/Hook in wp_tag_cloud()

Reported by: fitztrev Owned by:
Priority: normal Milestone: 2.5
Component: General Version:
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

wp_tag_cloud currently accepts 2 'order' arguments: DESC & ASC.

This patch adds 'RAND' capabilities to randomize the order of the tag cloud or list.

Can prevent large font face tags from being next to each other when the user doesn't necessarily want to sort the tags alphabetically.

Usage:

<?php wp_tag_cloud('order=RAND'); ?>

Attachments (2)

rand.diff (498 bytes ) - added by fitztrev 19 years ago.
hook1.diff (476 bytes ) - added by fitztrev 19 years ago.
wp_tag_counts hook

Download all attachments as: .zip

Change History (5)

@fitztrev
19 years ago

#1 @fitztrev
19 years ago

  • Keywords has-patch added

#2 @fitztrev
19 years ago

  • Summary Random order argument in wp_tag_cloud()Random order argument/Hook in wp_tag_cloud()

Another option is to make it pluggable. As it stands now, there is no way to hook into the $counts array between the time it is created and when the html is processed. This may have more uses beyond just reordering the array.

Patch provided.

@fitztrev
19 years ago

wp_tag_counts hook

#3 @ryan
18 years ago

  • Resolutionfixed
  • Status newclosed

(In [6824]) Add RAND order option to wp_tag_cloud(). Props fitzrev. fixes #5726

Note: See TracTickets for help on using tickets.