This seems easy enough… i just need a query to check for all the categories with a parent of the current category… but how do you write custom queries?
When i tried to activate Exhibit 1.1d this is what i got….
Fatal error: Call to undefined function: get_currentuserinfo() in /home/.hansel/starstringing/starstringing.com/wp/wp-content/plugins/exhibit10.php on line 205
*UPDATE
Ok… it works children=0 …. but it doesn’t work with hierarchical=0
and the hierarchy one is the one i really want it to work with… is this something logical that i am not seeing.. like maybe it should work that way??
This is the only way this code works… adding any other parameter makes this not function properly… i have the latest template-functions-category.php file… am i missing something.. i’ve searched the forum and can’t find anything…
<?php wp_list_cats(“child_of=$child_of”); }?>