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)?
devfolio
Member
Posted 3 years ago #
<?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..)