This tag outputs the link associated with the page/post with the ID passed or the current page/post.
Attributes
id
(optional) – The ID associated with the page/post to retrieve data for. If this is not set, the ID of the current page/post will be used.
autoLogin
(optional) – When this is set to ‘true' a login token will be appended to the URL so that when a member clicks on it they will be automatically logged in. The default value is ‘false'.
Usage
<a href="[MM_Content_Link id='120' autoLogin='true']">[MM_Content_Data id='120' name='title']</a>
<a href="[MM_Content_Link]">[MM_Content_Data name='title']</a>