List child pages of a parent in list format to be used in the menu

Description

This code will list the child pages of a parent page. Change 2190 the id of the parent that you would like to show its children. to be used in the menu or header.php

This code will list the child pages of a parent page. Change 2190 the id of the parent that you would like to show its children. to be used in the menu or header.php

PHP Source Code

                        
                          <?php wp_list_pages('child_of=2190&sort_column=name&title_li=&hierarchical=1&depth=2');?>                        
                        


Post Categories