Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
$PAGE_LINK page in another site
corykim
Quick question:
I use $PAGE_LINK to reference pages within the current site, but how can I reference a page located in another site?
Thanks.
Find more posts tagged with
Comments
wscott
Instead of $PAGE_LINK, spell out the full page path as if it were a link from an external web page. However, you can use $URL_PREFIX to write out the local server and context. For example:
Link to a page within the same site:
href="$PAGE_LINK[Products/Gadgets/iPods]"
Link to the same page, but within a different site on the same server:
href="$URL_PREFIX/sites/ConsumerElectronicsSite/Products/Gadgets/iPods.page"