First, best and most flexible theme available for Wordpress (nuff said, just gave my donation)! There are so may options in fact that I am having a hard time sorting through the header.php file to find the code for the tool bar and integrate the Multi-level Navigation Plugin.
The directions for the plugin state to add the following code to the header where I want the menu to appear: <?php if (function_exists('pixopoint_menu')) {pixopoint_menu();} ?>
I tried to add the code using Atahualpa's built in HTML/CSS inserts function but that did not work. So then I took a look at the header.php file and noticed that it looked quite different the header files of other themes, and decided that I had better ask before I go poking around.
So I guess the question is, where should I add that line of code to have the multi-level menu replace the current one? Thanks.