how I can show the category list showing only the subcategories of the selected category?
for example here:
http://www.delfinariorimini.it/libri/
how I can show the category list showing only the subcategories of the selected category?
for example here:
http://www.delfinariorimini.it/libri/
wp_list_cats('child_of=' . get_the_category());
This topic has been closed to new replies.