Custom meta Title for custom post type archive from page
I've set up some custom post types, and created custom archives, eg in the following format:
archive-books.php (With a template name of "Books Template"). I then have a page (/books/) created in wordpress, with the above archive-books.php assigned as the template.
How would I get the the meta title (wp_title) to be the title that I set on the page (/books/)? - At the moment it's just showing "books | sitename". Even if I change the All in One SEO custom title.
I am using All in One SEO plugin also, but that doesn't seem to work. What I THINK is happening, is that it's just ignoring the page and jumping directly to the archive-books.php as it matches the Wordpress custom post type naming rule?
Topic custom-post-type-archives title plugin-all-in-one-seo custom-post-types Wordpress
Category Web