Forums
Forums / Fixing WordPress / Submenu
(@devfolio)
16 years, 11 months 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)?
<?php global $id; wp_list_pages("title_li=&child_of=$id&show_date=modified &date_format=$date_format"); ?>
is the usually code, but that doesnt show the mainpage in the subpage (ye, its kinds weird..)
The topic ‘Submenu’ is closed to new replies.