bizima
bizima

Reputation: 1

How to achieve auto contextual linking in the Umbraco CMS?

I want to manage internal contextual link building in my articles, but somewhat in a well-managed and easier way. It is a pain to change all the link URLs in a text if we change a URL of a page which is linked to many pages in their content.

Upvotes: 0

Views: 130

Answers (1)

ProNotion
ProNotion

Reputation: 3692

You shouldn't need to change them if you used the content picker to select the page you are linking to because it inserts a URL in the format {localLink:####} where ### is the id of the document the link is pointing to.

This is then parsed and replaced with the correct and current URL when the document is rendered, so it is always current and correct.

Upvotes: 2

Related Questions