Show Meta Title in Frontend
-
Hello, I’m looking for a way to show Meta Title on frontend as a shortcode. I’ve tried with the same thing with Product Title while doing this correction in functions.php:
<?php
function page_title_sc( ){
return get_the_title();
}
add_shortcode( ‘page_title’, ‘page_title_sc’ );It works very well. But I’m willing to show the Meta Title instead.
Thank you!The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show Meta Title in Frontend’ is closed to new replies.