I’m wondering if I could make a custom Page title for my Custom Post Type Archive page? Right now I’m using:
<title><?php wp_title( '|', true, 'right' ); ?></title>
For my regular pages, it display what I want, but on my custom post type archive page it displays:
Custom Post Type Name Archive
Is it possible to add a custom page title for just that page?