• Question:
    Is it possible to create a submenu from the subpages?

    Discription:
    Mainpage
    – subpage
    – subpage
    Secondpage
    – secondsubpage
    – secondsubpage

    Is it possible to create a submenu if you are on mainpage (so it shows the subpages only on the current page)?

Viewing 1 replies (of 1 total)
  • Thread Starter devfolio

    (@devfolio)

    <?php
      global $id;
      wp_list_pages("title_li=&amp;child_of=$id&amp;show_date=modified
      &amp;date_format=$date_format"); ?>

    is the usually code, but that doesnt show the mainpage in the subpage (ye, its kinds weird..)

Viewing 1 replies (of 1 total)
  • The topic ‘Submenu’ is closed to new replies.