to show the page title for the page set as the ‘blog’ or ‘posts page’, you need to add some code, maybe via a filter on wp_title()
;
example:
add_filter( 'wp_title', 'wpse_174379_show_posts_page_wp_title' );
function wpse_174379_show_posts_page_wp_title( $title ) {
if( get_option( 'page_for_posts' ) ) {
$posts_page = get_post( get_option( 'page_for_posts') );
$title=" " . $posts_page->post_title . ' ';
}
return $title;
}
Related Posts:
- How to get page title with the page ID?
- page title, parent tilte and grand parent title
- Require title for pages
- What is the use of $page_title and how to use it?
- How to display page title+link of page created by user
- How get get list of pages in ajax search
- How do I Name a WP page in the New(ish) Block Editor?
- What is full URL for a post?
- Can I change the “Home” text in the menu?
- Page titles for internal classification of landing pages
- how can i remove page title on desktop view
- Get all children titles of a page as a link to them
- Page Title repeating
- How to show page title with capitalization only as I typed in?
- Add string to page title if post in specific category
- Change displayed “page name” to distinguish multiple pages with the same title
- How to change default home link title?
- How to include a query_vars value in document_title_parts?
- How to remove the duplicate title tags and duplicate meta descriptions?
- Changing title bar in browser window of theme “Encounters Lite”
- How to remove title (home) from static page skeleton template
- Is it possible to keep the page title from actually appearing at the top of the page?
- page title showing twice [closed]
- What is the difference between $paged and $page?
- Custom SQL Query for WordPress page
- Change admin startpage to Pages-page?
- How restrict page for users logged? [closed]
- Only allow new subpages to be created
- Hide Visibility Option From WordPress Publish Metabox
- How to make nested page structure?
- Redirect to a page if ancestors is empty
- Get Order of Meta Box in a Page/Post
- Modify Page Title before output via wp_page_list
- List Child Pages of Parent Parent Page (Child pages from Grand Parent)
- How to add meta boxes to Pages
- Change all Post titles into [Title Case] format
- Front Page not showing on Pages
- How to use the same code for multiple pages?
- Is there a way to create a URL (new WP page) that can only be accessed from a specific source?
- htaccess modify headers IF url ends with “news”
- How to change only the home page / front page url on wordpress
- Give access to a simple .html file to users that bought a specific ‘digital product’
- List child pages by slug not ID?
- Force page to open in html mode
- Dash after page title
- Can’t get done anything with admin.php response
- Role – edit page but not publish
- get_pages() & “child_of”
- Unique page URL redirect to file_get_contents() at domain
- Cannot add a class to h2 tag
- How to detect if is_404() or is_page() or etc…? [closed]
- Redirect page to default subpage
- Add a static page that links to homepage
- How can I get the blog page ID?
- How to have a next page for post?
- Search child pages from a specific page parent
- Proper procedure for wp_insert_post?
- Read more on pages WordPress
- Parent page shows no child content
- How to disable delete option for a specific page? [closed]
- How to create different template designs for different pages in WordPress [closed]
- Page templates in subdirectories and auto generator
- Use page template for custom $_GET content
- Get rid of “comment” field on non-blog pages [duplicate]
- Custom page only editable by one user
- How to control display of page lists on sidebar that doesn’t have childrens
- Problems in creating a static site with WordPress
- Creating new page/tab in groups section not working! [closed]
- Prompting for review / reapproval of page content
- Limit the amount of main pages
- Add separate list of pages under Admin
- remove “Edit” from select pages
- Add custom action to the page listing screen
- How to list pages from an author?
- Cannot update page – with too many characters?
- Share a folder with files
- Front Page post mirroring revisions to other pages, constantly updating itself
- Is it possible to embedd this web app to my website [duplicate]
- Using external DB within wordpress
- Microsoft Security Essentials is blocking my WordPress website in IE11
- Author information on all pages
- Pre-populating new Page creation with shortcodes
- WordPress Pages “allow comments” meta option can’t be checked
- Loading internal page
- Firing page_publish where page is child page
- Add role and edit page capabilities
- Google indexed pages for one page site
- WordPress, page 2 shows the same posts as page 1
- Parent for a single (single.php)
- Create a new page for each form selection
- pagination does not work with query_posts. Help! [duplicate]
- Subpage Conditional
- How can one get page by pagename if it is a child page?
- Archive with specific keyword by category sorted by date
- How to pass the Querystring in pages?
- Change Bookmark Name without Changing TITLE Tag [closed]
- I have over 3000 child pages – but I need a different main page
- Show page name in browser
- Edit the text location of a form
- Fresh WordPress installation not able to simply show page content