Category Titles ONLY
-
I’m using the theme Forever by Automatic and I want the category and archives to show a list of the titles rather than my entire blog posts. Is that possible?
-
I’m using the theme Forever by Automatic and I want the category and archives to show a list of the titles rather than my entire blog posts. Is that possible?
-
This takes away the content but leaves the bottom meta data (cats and tags) there.
.archive .entry-content { display: none; }If you also want to get rid of the cats and tags below the post on the archives/categories/tags pages, add this instead:
.archive .hentry footer { display: none; } .archive .entry-content { display: none; } -
-
You go to appearance > custom design, click on the CSS tab and a box will appear. Copy the above and paste it into the CSS edit box. You can then preview the change and if it works as intended, click save.
- The topic ‘Category Titles ONLY’ is closed to new replies.