I have the following code from my e-commerce Shopp system :
HTML Code:
<ul> <?php wp_list_pages('title_li='); ?> <?php shopp('catalog','category-list','wraplist=no&hierarchy=true'); ?> </ul>
This example shows how to "merge" the WordPress pages navigation menu with the Shopp categories menu.
I just am not sure which Atahualpa file to place this into, and where in that file, in order to get it working.
Thanks!!!!