GetSimple Support Forum
local link, how to? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: local link, how to? (/showthread.php?tid=6836)



local link, how to? - dikkewalter - 2014-10-18

Hi guys,

Its probably a stupid question but I can't figure out how to create a local link? I know with the page editor you can easily do it but how do you create them in without having to input the whole url string?

thanks in advance.[/align]


RE: local link, how to? - inteq - 2014-10-23

1.Use the editor.
2.Write it: <a href="link.html">Link name</a>
3.Create a Component. Add content to it and display the component in any page with {% component_name %} (needs additional plugin DynPages)

These are the only three methods I can think of...or I did not understood your question.


RE: local link, how to? - dikkewalter - 2014-10-23

thank you good sir!


RE: local link, how to? - datiswous - 2014-10-27

It might be not entirely what you want, but maybe still useful:

If you tag your pages wit a specific tag, you can display the result with I18n Search plugin:

(% searchresults tags=tagname HEADER: %)

You get a link to the page with that tag.