Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To compose a keyword link in a custom page, either of the two formulas below will work:

Code Block
languagehtml
"LABEL":/products/search_results?search%5Bq%5D=KEYWORD
Code Block
languagehtml
<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.