Forums
Forums / Fixing WordPress / shortcode for page title
(@thetoolman123)
6 years, 2 months ago
Hi there,
Sorry if this is a basic question, but what is the shortcode to display the current page title?
Thanks!
(@carike)
Do you mean what is the function to display the page title? https://developer.wordpress.org/reference/functions/wp_title/
If you mean an actual shortcode, it is possible to create that based on the above function, but it isn’t something that is available by default.
You may want to consider using a re-usable block instead though 🙂
Thanks, I created one using this post: https://spidergems.com/create-shortcode-wordpress-page-title/
The topic ‘shortcode for page title’ is closed to new replies.