problem combining two lists under one menu heading

  • Unknown's avatar

    I am trying to have a menu that has both wp pages and links like so:

    <div id=”sidebar”>

      <?php /* Widgetized sidebar, if you have the plugin installed. */
      if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) :
      ?>

      <?php wp_list_pages(‘exclude=89,103&sort_column=menu_order&title_li=<h3>Space War Commander</h3>’); ?>
      <?php wp_list_bookmarks(‘title_li=&categorize=0&category=8&orderby=name&order=DESC’); ?>

      The menu items from the wp_list_bookmarks are not aligned properly right now. When there is a title specified they are but obviously I am trying to avoid separating these items into 2 lists. When a

      tag is added around the wp_list_bookmarks it works but it invalidates my html which I also don’t want. In other words the wp_list_bookmarks is not picking up the ul ul li css format. What is the proper way to make this happen?
  • Unknown's avatar

    edit: the site can be viewed at dreamspike.com/test

  • Unknown's avatar

    You are in the wrong forum. Head over to http://wordpress.ORG/support

  • The topic ‘problem combining two lists under one menu heading’ is closed to new replies.