dannoll
Member
Posted 3 years ago #
On a Series page, I'm not able to get the Series Title to appear in the browser title bar.
http://www.uncorneredmarket.com/series/tips-for-great-travel-photography/
(In the Organize Series options, the title for this series is the same text in the slug).
I suspect its a conflict with another plugin that also modifies titles - I will investigate but until I can reproduce I won't be able to work on any fix.
dannoll
Member
Posted 3 years ago #
For anyone searching for the answer, I went to my theme's header file and added the following:
<title>Series: <?php if(is_series()) single_series_title(); ?></title>
May not be the prettiest implementation, but it worked for me. Not sure that it matters, but I'm also running the All-in-One SEO plugin.
Thanks Dannoll for posting your workaround. I suspect the All-in-One prevents (or replaces) the automatic adding of title information by Organize Series. Your workaround adds it manually.