Forum
Page titles for multiple items
Is there a way of having a separate HTML page titles for multiple items instead of all of them adopting the parent page title?
Is there a way of having a separate HTML page titles for multiple items instead of all of them adopting the parent page title?
Is this in a list/detail type set up? If you can give us a bit of information on how your pages are structured then we can help.
Hi Rachel
Yes. I'm building a site with a list and detail setup. All multiple regions are created through a Projects page. These are then categorised under different pages, but when I click on a project link each page retains the title 'Projects'. ideally I would also be able to have separate meta info for each of the projects.
Rich
Hi Rachel
Yes. I'm building a site with a list and detail setup. All multiple regions are created through a Projects page. These are then categorised under different pages, but when I click on a project link each page retains the title 'Projects'. ideally I would also be able to have separate meta info for each of the projects.
Rich
You can just repeat your
perch_content_custom()
call within the<title>
tags, but use a template that just outputs the title.Thanks Drew.