Archived topic
How To Show WP Show Post Grid In Search Result?
5 replies · Started by Ravi Dixit on November 27, 2019
I want to show WP Show post grids as search results when visitors search using the search bar on my website instead of default GeneratePress result.
How can I do this?
Thanks,
Ravi Dixit
Hi there,
Any specific reason why WP Show Posts is needed? It has the same grid options as GP's customizer options.
We can modify the columns specifically for the search result page if that helps?
Okay then,
There is not any specific reason behind this...
Please share how can I do the same with the Customizer menu?
Does something like this help?
https://docs.generatepress.com/article/using-columns-in-the-blog/#changing-the-number-of-columns
If not what exactly are you looking to do?
I m already using Grid style on the search result you can check...
I will change ut to 3 columns, but I want to make it look link same as I have added on my homepage.
I want to give shadow and everything else same as on homepage.
Try this CSS:
.search .inside-article {
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
There isn't a way to link the search function to WP Show Posts by the way.