Hello, I am looking to modify the search result loop.
Not looking for any help doing so I am just looking for the paths to the assets I need to modify or create in my child theme to customize results or build my own.
Thank you,
Zach
Hello, I am looking to modify the search result loop.
Not looking for any help doing so I am just looking for the paths to the assets I need to modify or create in my child theme to customize results or build my own.
Thank you,
Zach
Hello Zach,
Thanks for asking. 
Please take a look at following thread:
Thanks.
I’m familiar with that codex page, its more where does it need to go in the template, I know there is a whole bunch of weirdness when it comes to having to have files in your correlating stack and such.
Hello There,
Thank you for the clarifications. Please be advised that our theme does not have search.php template. The search is using the index.php file. If you would need to modify the search, most probably you will have to duplicate index.php, create your own custom templates and make necessary modifications. Alternatively, you can directly modify the file x/framework/views/global/index.php and add a condition is_search() and display a different search results loop.
Hope this helps.
I should be able to work with that, thank you for the help!
You’re welcome. Glad we could help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.