The recent-posts tag has no wiki summary.
2
votes
3answers
1k views
Display list of most used tags in the last 30 days
I am looking for a way to display the most used tags over the last 30 days. I am no coder, but I have come up with this mashup to display a list of the most used 28 tags (preference to fit my theme). ...
1
vote
1answer
129 views
Add inline HTML to posts published within last 24hrs
Basically I'm looking to add this line of code to posts published within the last 24hrs:
<span class="new">New!</span>
When the post is over 24hrs old, remove the inline HTML element.
...
2
votes
1answer
193 views
Querying post from a multisite network
I am working on a multisite blog network where I have to display recent post on my home page, 10 post per page navigation.
I did implement it using wpdb object with one complex sql statement.
I got ...
0
votes
2answers
372 views
Related Posts loop - offset
I've been working on this for many, many, many weeks already. I've already asked similar questions here and elsewhere, but nobody seems to be able to sovle this problem.
Maybe it's not possible ...