I am using twenty twelve theme in WordPress.Can someone tell me , how can I get the current page title function?.
I tried this function but it gives me the Post title not the page title . Thank You.
<?php echo get_the_title();?>
I am using twenty twelve theme in WordPress.Can someone tell me , how can I get the current page title function?.
I tried this function but it gives me the Post title not the page title . Thank You.
<?php echo get_the_title();?>
wp_title()
Fore more information:
https://wordpress.org/support/topic/how-to-display-page-title-not-the-post-title