Trying to get Multi-Level Plugin to work.

Forums Forums Menus Trying to get Multi-Level Plugin to work.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #861
    emerinea
    Member

    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!

    #6393
    paranoia
    Member

    Remove the <ul> tags from around the pixopoint php function.

    #6394

    Thanks paranoia <img decoding=” title=”Smiley” />

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.