This question is bit specific for Joomla.
I have a main menu consisting of:
Home|About US|Privacy Policy|Portfolio|Contacts US.
Each menu item is link to an article.
Now on the complete site there are many places in the components and modules where I need to show two links : Privacy Policy & Portfolio.
Can someone please guide me? I do not want to hard code the links as the item id would differ in production.
There are 2 ways you can do it:
Option 1:
Joomla loads menus every time page is loads. You can access the menus by calling the following methods.
This method is faster because you don’t need to query database. Simple operation in memory.
Option 2:
Get it from the database. Either get menu link from
jos_menubased on alias or something, or get article # fromjos_contentby article alias, then create the link