đšBlog Search
The Article will show you how to adapt your Liquid Syntax and Blog Layouts to allow the User to Search for Posts by Keyword
Introduction
You can also allow the User to search for Blog Posts by keyword. This requires a slightly different Liquid parameter from the other navigation methods, but you can use both parameters if you choose.
Liquid Syntax
Although all other Blog Navigation options require you to set the use_adv_search: 'true'
Liquid parameter, keyword search requires the use_search: 'true'
parameter.
HTML and JavaScript Syntax
This code can be included in one of your Blog Navigation Layouts. Keyword Search will be activated if you've set the Liquid parameter above and the JavaScript below sets the keyword parameter in the URL.
Last updated