Archived topic
Odd search archive layout
3 replies · Started by donnacavalier on January 18, 2019
I set up a development site for a client about a year or so ago, and he has been diligently entering content. I haven't paid much attention until now, when it's finally almost ready to go live. I do a search and the search archive page has a strange layout. A ginormous image, followed by a description and read more link, but no article title, followed by the next, etc. It looks crazy and not easy to understand. I feel like maybe I messed it up somehow a year ago, but I don't have a clue what I might have done. Or maybe it's just a bug? I can't find any option to change the layout of the search archives anywhere in the customizer. The site doesn't have a blog archive page defined in settings, because it's all pages, so maybe that's the issue?
Hi there,
The search archive layout actually inherits the blog layout settings in the customizer:
https://docs.generatepress.com/article/blog-content-layout/
The title isn't showing because you have this CSS added:
.entry-header {
display: none;
}
Well, that would explain it! :D
No problem :)