function page_title_sc( ){ return get_the_title(); } add_shortcode( 'page_title', 'page_title_sc' );

7,8,9,10,11,12,13,6