little help please!

Forums Forums Menus little help please!

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #499
    mike
    Member

    Hey,
    I’m trying to add the Suckerfish plugin to my navigation bar. this is what the code looks like in my header php file

    div id="navBar">
    <ul>
    <li class="first"><a href="<?php get_option(‘home’); ?>/" title="Home">Home</a></li>
    <?php wp_list_pages(‘title_li=&depth=1’); ?>
    </ul>
    </div><!–// end #navBar //–>

    <div id="container" class="clearfix">

    I’ve tried adding the code that was given out but I get nothing. I’m trying to make drop down catorgories but by adding the code it just adds extra columns and visable code.
    My URL: http://findingyoudeals.com/

    #4392

    We don’t offer support for that plugin, it was discontinued a long time ago. Please upgrade to the multi-level navigation plugin … https://geek.hellyer.kiwi/multi-level-navigation/

    Why did you add the code above? You need to add the function suckerfish() to your theme to displya the menu, like this:

    [code:4fes3ihq]<?php suckerfish(); ?>[/code:4fes3ihq]

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