wp_list_cats flag
-
How about adding a flag for the wp_list_cats function so that if template designers need it, the postcounts could be drawn before the closing anchor tag. 🙂
Currently, I have a list item like this:
<li><a href="http://localhost/main/category/web-design/xhtml/" title="View all posts filed under (X)HTML">(X)HTML</a> (1)
</li>Yes, I’m currently designing it on localhost, but I would appreciate it if I could achieve something like this without hacking the source:
<li><a href="http://localhost/main/category/web-design/xhtml/" title="View all posts filed under (X)HTML">(X)HTML (1)</a>
</li>Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘wp_list_cats flag’ is closed to new replies.