EXAMPLE - To link to a content item from within another content item:
1 - Determine the id number of the content to which the link will point.
1a - this is given in the ID column of the content items listing
1b - the content items listing is displayed by going to Content -> All Content Items
2 - Determine the Itemid number of the content to which the link will point.
2a - this is given in the Itemid column of the menu listing
2b - the menu listing is displayed Menu -> menu_name, where menu_name is the name of the menu under which a link to the category or section of the content item exists
3 - For a link that will go directly to the new content item the format is,
Code: Select all
<a href="index.php?option=com_content&task=view&id=ID&Itemid=ITEMID">link</a>
where the numbers should be inserted at the positions of ID and ITEMID.
QUESTION - How does one link to a specific page of a multipage content item?