Hello, how can I have different template overrides for different menu items ? I want the blog view to appear different on the homepage and on the information page. When I override the blog view template, then it applies for all pages, not only for the homepage.
In templates folder I have one frontend subfolder:
* t3_blank
In Template Manager: Styles, I have frontend 3 styles, all have T3_blank as Template:
* t3_blank - Default (not assigned, safe to delete?)
* General
* Homepage
I have two styles:
* Homepage (using homepage theme and home-layout.php, assigned to only homepage)
* General (using general theme and general-layout.php, assigned to all menu items, except homepage)
I have overriden article/category templates in t3_blank\html\com_content\category, but unfortunately that applies for all styles, not only for the home layout.