Archived topic
Show categories only on archive pages
21 replies · Started by Jon on July 17, 2020
Do you have "Categories" enabled in "Customize > Layout > Blog"?
Yes I do.
Strange, the theme is hiding the area with CSS which should only happen if everything is disabled. Can you show me a screenshot of the Customize > Layout > Blog options?
Thanks!
I think I've found something. Here are my settings, the categories option is selected, but they don't display.

However if I select either the author or date, the categories will also display correctly.

Ah, makes sense - looks like a bug.
Can you turn off the date and then add this CSS for now?:
.entry-header .entry-meta {
display: block;
}
That does the job, thanks Tom.
No problem!