by ShopSite Lauren » Thu Feb 24, 2011 11:56 am
You could do it simplier by creating 2 page templates. One page template which has your left link format, and your page template code. For this example, lets say this template is called "PageTemplate-Left." You can then create a second page template which ONLY has the DEFINE LINK_TO_PAGE section setup. This template will be called "PageTemplate-Middle." For the PageTemplate-Middle template, you do not need to assign this template to any pages, or even fill in the DEFINE PAGE section of this template. You only need to setup the DEFINE LINK_TO_PAGE section. You can then include the loop links feature twice in your template. Where you have the [-- LINK --] tag you would include the name of the template you would like to use.
Loop link feature for the links on the left:
[-- LOOP LINKS --]
[-- LINK PageTemplate-Left --]
[-- END_LOOP LINKS --]
Loop link feature for the links in the middle:
[-- LOOP LINKS --]
[-- LINK PageTemplate-Middle --]
[-- END_LOOP LINKS --]
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.