How to get page title with the page ID?

Try with this:

<?php echo get_the_title( $ID ); ?>

Leave a Comment