Word Press Child Page menu
Creating a sidebar menu using Child Pages in WordPress
Trying to find the correct syntax to display a sidebar menu that shows all the “Child Pages” along with a custom title can be challenging.
Syntax
<li> <?php wp_list_pages(‘child_of=10&title_li=<h2>’ . __(‘Your Custom Menu Title Here’) . ‘</h2>’); ?></li>
