I keep reading about how easy it is to use this plugin, but I just can’t seem to get it to work. The header.php is attached. I put it here:
<div id="header-menu">
<ul>
<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
<?php wp_list_pages(‘title_li=’); ?>
</ul>
</div>
I tried placing the installation code in other parts of the header and in headers in other themes with no luck. I installed the plugin and updated the css but still nothing. I’m just not sure where to place the installation code. Help!