Wrap the post count in a span element
-
I want to suggest a simple improvement. Wrap the post count in a span element. This will allow different styling of that data.
Here is what I have done on my site:
$html.= " <span id=\"archiveCount\">({$years[$i]->posts})</span>";
$html.= " <span id=\"archiveCount\">({$month->posts})</span>";
Thus the post count can be nicely highlighted with a simple css ?? .
https://www.ads-software.com/plugins/jquery-archive-list-widget/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Wrap the post count in a span element’ is closed to new replies.