How to get a link to a Joomla article |
Friday, 22 June 2012 17:18 | |||
Ever wanted to link directly to a page that is not already in a menu? This video explains the many methods you can use to find out that link! Example of the code snippet you can use when you want to... link when no menu item exists: index.php?option=com_content&id=171&lang=en&view=article link when there is a specific menu that the content item is associated with (for example, on a hidden menu): index.php?option=com_content&Itemid=194&id=171&lang=en&view=article
|