Forums

Suckerfish Menu wp_list_pages Problems (2 posts)

  1. Tom Kroscavage
    Member
    Posted 2 years ago #

    I'm trying to simplify the code for my Suckerfish menu at this site TEK. The wp_list_pages and wp_list_categories add class attributes and is messing up my css formatting. here is my best stab at the code.

    <div class="menuwrapper"><ul class="menu">
    <li><a href="http://www.tekindoor.com/">HOME</a></li>
    
    <li><a href="http://www.tekindoor.com/phpbb">FORUM</a>
    <ul><?php wp_list_categories('title_li=&hide_empty=1'); old ?></ul></li>
    
    <?php wp_list_pages('title_li=' ); ?>
    </ul></div>
  2. Tom Kroscavage
    Member
    Posted 2 years ago #

    Anyone know how to fix this?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.