Forums

Submenu (2 posts)

  1. devfolio
    Member
    Posted 3 years ago #

    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)?

  2. devfolio
    Member
    Posted 3 years ago #

    <?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..)

Topic Closed

This topic has been closed to new replies.

About this Topic