View Single Post
Old 09-15-2009, 05:27 AM  
druid66
Confirmed User
 
Join Date: Feb 2006
Posts: 994
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.
__________________
Pure Japan japanese babes blog
druid66 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote