wp list categories, HOW TO put html tags around show_count
-
Hi There,
I don′t qiuet understand how to put some html tags ( g.e.
<span> 4545 </span>
) around the show_count output.
i use<?php wp_list_categories('sort_column=name&sort_order=asc&style=list&children=true&hierarchical=true&title_li=0&show_count=1'); ?>
to output
<li><a>Grafisch Ontwerp</a> (11) </li>
What i want is:
<li><a>Grafisch Ontwerp</a> <span>(11)</span> </li>
Any one has got a clue?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wp list categories, HOW TO put html tags around show_count’ is closed to new replies.