• 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="https://www.tekindoor.com/">HOME</a></li>
    
    <li><a href="https://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>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Suckerfish Menu wp_list_pages Problems’ is closed to new replies.