Print Page title by id
Description
This code prints the child names of a selected page or post that has children. To select the page title to display change “524” to the name of the id of the page name that you wish to print
This code prints the child names of a selected page or post that has children. To select the page title to display change “524” to the name of the id of the page name that you wish to print
PHP Source Code
<?php echo get_the_title(524) ?>