Discussions
path_to result is empty
almost 9 years ago by David Cook
I have been trying to setup a nav bar in my app (actually migrating locomotivehosting.com to this). I can't get the path_to function to return anything useful.
I have page with the handle of "products". I have tried these with all of them returning nothing.
I have tried these variations.
{% path_to products2 %}
{% path_to 'products2' %}
{{ path_to products2 }}
{{ path_to 'products2' }}