Let’s say I have a defined document,
doc_id 999 titled:
My Document’s Title.
In an earlier document,
doc_id 100, I want to link to doc_id 999, using its title for both title attribute as well as the hyperlink text.
Is there anyway to dynamically pull the title (amongst other TVs) from a given doc_id?
Example:
<a href="[~999~]" title="[*pagetitle:999*]">[*longtitle:999*]</a>
Can this be done using Ditto? Does this functionality
require Ditto, or is there a method native to MODx that can assist with this seemingly easy task?