It's the funniest thing, but I can't figure out how to write the URL of the current page to the page?! I know how to do it in the XSLT file, but how about the template?? I tried "insert page field" tool, but don't know what property it is, and {umbraco.library:NiceUrl(@id)} doesn't work in a template.
how to get current url
It's the funniest thing, but I can't figure out how to write the URL of the current page to the page?! I know how to do it in the XSLT file, but how about the template?? I tried "insert page field" tool, but don't know what property it is, and {umbraco.library:NiceUrl(@id)} doesn't work in a template.
Anyone?
Thanks,
Garrett
I mean the FULL URL, please. That's what I need.
//Garrett
Hmm...
Then you could get it like this:
I don't know if this i the perfect way to do it, but you'll get the whole URL including http:// and the domainname.
/Kim A
That'll do 'er! Thanks very much!
//Garrett
You are welcome Garrett :)
Remember to mark this post as answered.
/Kim A
is working on a reply...