How to limit the wordpress tagcloud by date?
Posted
by Nordin
on Stack Overflow
See other posts from Stack Overflow
or by Nordin
Published on 2010-05-31T03:40:03Z
Indexed on
2010/05/31
3:42 UTC
Read the original article
Hit count: 302
Hello,
I've been searching for quite a while now to find a way to limit wordpress tags by date and order them by the amount of times they appeared in the selected timeframe. But I've been rather unsuccesful.
What I'm trying to achieve is something like the trending topics on Twitter. But in this case, 'trending tags'. By default the wordpress tagcloud displays the most popular tags of all time. Which makes no sense in my case, since I want to track current trends.
Ideally it would be something like:
Most popular tags of today
- Obama (18 mentions)
- New York (15 mentions)
- Iron Man (11 mentions)
- Robin Hood (7 mentions)
And then multiplied for 'most popular this week' and 'most popular this month'. Does anyone know of a way to achieve this?
© Stack Overflow or respective owner