All pages displaying at once!

Forums Forums Menus All pages displaying at once!

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #90
    Anonymous
    Member

    Hi Ryan,

    I tried to integrate the plugin on my blog, but where ever i add the “â€

    #2387

    Have you modified the options page yet? One of the options is for a pages only dropdown menu, but if you don’t have any subpages then there will be nothing to drop down, hence just a simple menu.

    If that’s not it, I’ll need to know a little more information and/or a link to the site in question to help sort your problem.

    #2388
    Anonymous
    Member

    Hi Ryan,

    Normally, the site looks like this: eigenwijzetuin.be
    When i ad the “â€

    #2389

    I’m guessing you have something like the following currently in your header.php file:

    [code:48q2dhd1]<div id="mainmenu">
    <ul>
    <?php wp_list_pages(); ?>
    </ul>
    </div>[/code:48q2dhd1]

    Try removing that and replacing it with:
    [code:48q2dhd1]<?php suckerfish(); >[/code:48q2dhd1]

    If that doesn’t work, then post back here and I’ll take another look.

    If you can’t find that chunk of text above, then try looking in other template files as there is definitely something resembling that somewhere in your theme.

    If you do post back, it would be more helpful if you could provide the HTML rather than a screenshot as that is where the problem lies.

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