instead of
domain.com/manufacturer1/index.php
I want
manufacturer1/domain.com/ as the link..
I should be able to do this with a custom page field on each page called NewLink and then instead of calling the LoopLinks like this -
- Code: Select all
[-- LOOP LINKS --]
<li class="inline">[-- LINK --]</li>
[-- END_LOOP LINKS --]
I would call it like this -
- Code: Select all
[-- LOOP LINKS --]
<li class="inline"><a href="[-- PAGE.NewLink --]</a></li>
[-- END_LOOP LINKS --]
Except, why I try to publish the site I get the following error
AnimalCharms.sst [121]: Template Error: END_LOOP tag reached without processing this tag - LINKS
Is what I'm trying to do even possible?? Or am I making my typical minor mistake that is keeping me from seeing the solution??
Thoughts??