Copy and paste the below to functions.php in the theme theme. function page_title_short_code( ){ return get_the_title(); } add_shortcode( 'page_title', 'page_title_short_code' ); Enter this shortcode into the body of the page [page_title]