I’ve a website that’s essentially graphical, every post is just a (square) image. I’d like that search results are shown like index or archive (so with the image). Is it possible?
Just remove the function foliopress_layout_primary(); in search.php and add below line of code <div id="primary" class="col-lg-12 content-area"> this will make your content area to full-width.