A few theme modifications?

Forums Forums Menus A few theme modifications?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3310

    Hi Cristen,
    Somewhere in your theme there be a wp_list_pages() function (probably in sidebar.php). You will need to remove that to get rid of the list of pages in your theme. If you have any trouble, you will need to contact the designer of the theme for more help.

    Try removing the surrounding UL and DIV tags around the suckerfish() function. That may fix your border problem.
    [code:122vvif1]
    <div id="menu">`
    <ul>
    <?php suckerfish(); ?>
    </ul>
    </div>
    [/code:122vvif1]

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.