skylinegtr
10 years agoMentor
Override core Lithium pages issue
I've followed the "Creating a new page type" instructions to create a new custom page to override the Blog main page. For some reason, when I selected the custom page that I want to apply, hit save but no changes to the main Blog page. How do I fix this?
Hi skylinegtr
The page you're trying to change is actually a Category page, so you'd have to override that and drop it in at that node.
The HTML source will generally tell you the type of page you're on, in the body tag class:
<body class="CategoryPage lia-body" id="lia-body">
Hope this helps.
Regards
Noaman