hi team!
does anyone know how to add categories list - this
<?php wp_list_categories('orderby=id&use_desc_for_title=0&child_of=13'); ?>
to the navigation, without editing or inset the wp's php code to the thematic's header-extension.php
I wanted the 'categories link' as an 'li' tag, inside and part of div class:menu and ul class: sf-menu sf-js-enabled.
i've been search every article about this, i found that some of them re-create/re-place the thematic_access default with their own using action function.