To compose a keyword link in a custom page, either of the two formulas below will work:
Textile markup
Code Block |
---|
|
"LABEL":/products/search_results?search%5Bq%5D=KEYWORD |
HTML markup
Code Block |
---|
|
<a href="http://guide.titleleaf.com/products/search_results?search%5Bq%5D=KEYWORD">LABEL</a> |
In the above formulas, KEYWORD and LABEL should be replaced with your desired values. Upon saving the custom page, the markup will be presented as a link to the viewer. When a user clicks the links, they will be redirected to the search results page with products matching the specified keyword.