Hi Everyone.
I'm a bit stuck here, I want to build a Web site with several static PAGES, and then have a few different CATEGORIES which display posts relevant to that category.
Nothing special there, but I want the category main page to display differently to the post detail page, is this possible?
i.e, the pages should all behave as normal, but when you click on a category it displays all the posts in that category in a custom manner - in this instance, I want them displayed as a grid which I can do easily enough in css, but not sure how to then have the full post display as normal.
I hope I'm making sense!