Formatting categories pages
-
Hi, I have a main blog page, and then multiple pages that are dedicated to certain categories of blog posts (i.e. chapter publications, article publications, print/audio/visual, etc). Currently, the archived pages have the titles “Category Archives: (the category of the page)”. Is there any way to remove this title so that it only says the category, instead of archives as well?
Secondly, is there any way to have the blog posts show up in a different format on the category page from the main blog site? For instance, having the print/audio/visual category page be large photos for each blog post instead of the standard blog format that shows up on the main blog. I’m using the theme “Stay” and can make the blog public if necessary.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, I was surprised when I looked at the archive/category/tag pages in Stay and there is a way to do this while there isn’t in the majority of themes. Add the following to your custom CSS.
.archive .page-title { visibility: hidden; } .archive .page-title span { visibility: visible; float: left; }
- The topic ‘Formatting categories pages’ is closed to new replies.