You can use is_archive conditional code in your header.php to control the title
<?php if(is_archive()): ?>
<title>Archive page</title>
<?php else: ?>
<title><?php wp_title( '|', true, 'right' ); ?></title>
<?php endif; ?>
Related Posts:
- Page Template as Custom Post Type Archive
- Assign Page Template Within A Custom Post Type
- How to make an archive page displaying posts in a date range
- Editable content on a Custom Archive page
- How to integrate single and archive templates for custom post type in any WordPress theme
- WordPress Page hierarchy ( parent is singular of custom post types slug ) is returning not found
- Show index and not the archive for “Dog Custom Post” with default slug
- Templates list in “Page Attributes” metabox is inaccurate
- Create a custom archive page for a custom post type in a plugin
- What are the differences between custom post type and custom page templates?
- Ordering Posts List By Taxonomy Terms?
- Page is defaulting to archive page and not designated template
- custom post type archive page url to point to Page permalink
- How to add custom template in plugin?
- How to quickly switch custom post type singular template?
- Add Settings to Custom Post Type
- How to sort list of custom posts to get view like a tree of posts under categories and their children’s categories?
- Custom post type permalink structure with the category also acting as an archive
- Custom Post Type Works but Still Shows “Page Not Found”
- I can’t set meta_key in my custom post type query
- Add meta data to the custom post type ARCHIVES page
- Custom Post Type archive giving 404
- Custom Post Types, Page Templates and Pagination. Why do I get a 404 Error?
- Custom taxonomy template not working with simple loop. Multiple CPT using the same taxonomy
- Create second custom 404 page for selected post type
- is_page_template not working as expected
- Custom-post-type-archive: posts sorted/filtered by year?
- add_rewrite_endpoint() and Custom Post Type Archive
- Custom post type archive page pagination
- Add the current menu item CSS class to a custom page type archive in WordPress menu
- How do I get the permalink structure to work like this?
- WP_Query | ‘post_type’ doesn’t work
- Editable Meta Data for Custom Post Type Archive Template
- Create Template for Custom Post Type same like for Page
- Custom Post Type with has_archive ignores my custom archive and single template
- Archives for Custom Post Types (without Pages)
- Custom Post Type with Templates using Meta Boxes?
- Custom-Posttype & Custom Taxonomy WP_Query
- Page template with different page and post content
- Custom page sidebar using Template dropdown box
- Adding sidebar to template creates horizontal gap the size of the side bar
- Custom Post Type Template Alternative
- General advice on addressing content-centric pages
- Multiple templates for single custom post type
- Pages Become “Archive” Instead of Using Page Template
- Multiple single templates?
- Custom URL redirect in WP
- Set thumbnail and title for a post type archive (not post itself!)
- page template for custom post type
- Show categories of custom post type and not all posts
- Custom Post Type with Configurable Sidebar via ACF
- How can I modify a custom post type and custom page template for a child theme if all content seams to be handled by theme’s ‘native’ plugin?
- Query Posts that have Custom Taxonomy
- Archive page for custom post type and custom taxonomy
- Mixing Custom Post Types and Page Templates in WordPress 3.7.1
- Order Custom Post Type Archive by multiple values in functions.php
- Pagination does not work on Custom Post Type archive while trying to get load more function working
- Create a Custom Path to Archive
- Custom Post Type page template doesn’t show up
- Problem with custom loop navigation inside the blog page
- WordPress giving me the index
- Archive page of CPT’s custom Taxonomy
- Can I automatically assign a page template to a custom post type (i.e page-slug.php file)
- Getting Same Description in All the Custom Taxonomy Posts
- Archive page for WordPress Custom Post Type doesn’t show pagination from paginate_links()
- Virtual page and loading template
- Custom Post type dont use custom page template (slug is not right)
- Custom post type archive URLs with a single taxonomy
- How to create additional rendering for custom post types?
- Custom post type author issues
- pagination problem listing custom post types of taxonomy in wordpress
- ACF Pro Accessing fields on a Custom Post Type
- Set a template on a custom post in the plugin
- How can I use a custom template to load custom post type posts based on a post_meta value
- Do not show child pages within a file page
- Permalink for custom post type pages not working
- Custom taxonomy with custom post type archive page
- Question on templates
- How can I load Template file from wordpress plugin
- Custome post type “tags” pick default archive instead of custom post type archive
- Help with Multi Level Category Archive Page
- WordPress custom post type and page
- Highlight a Post on archive page if it has a new comment?
- Pagination fault in custom post type archive page [duplicate]
- Permalink of custom post type partly broken
- Custom Post Type Archive Links Not Working
- CPT archive as home page
- Archive page of filtered posts
- Why is this custom post type defaulting to archive.php?
- Archive Page Pagination not working
- Custom taxonomy archive page not routing?
- single-mySlug.php works: archive-mySlug.php does not. Custom Post Type
- How do I paginate a custom post type listing on a custom template page?
- Custom Post Type order Title ASC
- has_archive for default post type
- Custom Post Type Template Based on Page Slug?
- Pagination for Custom Post Type with Multiple Types
- Custom Post Type Archive Title Lowercase
- display related posts based on the PAGE TITLE
- Dynamic WordPress rewrite rules for multiple custom post types