Updated on 08 Oct 2024
This Pro tutorial provides the steps to arrange the search results by specified post types in a Bricks site.
We shall register a custom query type called "My Post Types" so the outer query loops through an array of our desired post types. Then add an inner query that loops through all the posts of the outer loop's post type.
Step 1
Go to Bricks → Templates.
Add a new template named say, "Search Results" of the type "Search results".
Edit it with Bricks.
Apply a template condition like this:
Add a Section having this H2 heading:
Search results for: {url_parameter:s}
Step 2
Add the following in child theme's functions.php
or a code snippets plugin:
This is a BricksLabs Pro tutorial.
For full access login below or create your BricksLabs Pro account