Site icon Xponent

Shortcode for page title

// Create shortcode for page title.
function page_title_sc( ){
return get_the_title();
}
add_shortcode( 'page_title', 'page_title_sc' );

// Enable shortcodes in text widgets.
add_filter( 'widget_text', 'do_shortcode' );

Placeras i functions.php

Använd…

Shortcode: page_title – inlagd i []

 

Resultat:

Shortcode for page title

 

Exit mobile version