Add the post type to the title of the page
You can try this: /** * Modify the header title on single pages * but exclude the ‘post’, ‘attachment’ and ‘page’ post types. * * Header Title: Site Name | Post Type Label | Post Title * * Example: My Shopping Site | Products | Sony Playstation 4 */ function wpse_141145_wp_title( $title, $sep ) { … Read more