I'm building some custom Pages for our store and I was wanting to use Liquid Objects to build bread crumb links at the top of the page. Such as:
<a style="color:#F0515F" href="{{ routes.root_url }}">Home</a> >
<a style="color:#F0515F" href="{{ routes.root_url }}/collections/shop-by">Shop By</a> > Brands
<br><br>
However, it appears the liquid references do not map out when used in a Page HTML. Are there any shortcuts to doing this without my having to fully define the URL?
Thanks.
Solved! Go to the solution
This is an accepted solution.
Any liquid entered inside page content field would not be processed. Same goes to product and collection description and so on.
However, you do not need it in your case, simple relative path, like href="/collections/shop-by" would be sufficient. Or href="/".
User | Count |
---|---|
24 | |
20 | |
17 | |
16 | |
15 |