Hi
I am having problems finding where I can customise the design for the ‘page for posts’ that I have set in the reading section of my settings. I have tried creating a template but when I go to edit the page so I can select that template I don’t have the option (even though the template is registered in the system – I can see it in other pages). How do I edit the design on this page? (without editing the design across the site!)
Thanks for any help!
]]>With this sort of custom template, naturally you can add unique divs and CSS selectors that would not apply anywhere else.
Even with the default template, you can add CSS that only applies to this page by determining the post ID. The article tag of every page includes a “post-{$ID}” class and ID attribute which you can include in CSS selectors so the CSS will only apply to this one page.
]]>