|
Wordpress question
Hi,
i'm playing with default theme and i would like to make specific categories like:
Models:
model's name (links here)
model's name
model's name
Amateurs:
model's name
model's name
model's name
frow what i read there WP can pull out categories like this:
<?php wp_list_categories('show_count=1&title_li=<h2>Cate gories</h2>'); ?>
how can i make it to pull out specific categories like this:
<?php wp_list_categories('show_count=1&title_li=<h2>Mode ls</h2>'); ?>
and:
<?php wp_list_categories('show_count=1&title_li=<h2>Amat eurs</h2>'); ?>
could it be done somehow?
appreciate any advice,
D.
|