I am trying to re-create the menu items from main menu in Joomla in a page, which is outside Joomla’s template folder.
Are there any method available, such as ‘wp_nav_menu’ in WordPress, which would help me to generate the Menu.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are two steps that you will need to follow
First, make your external page capable of running joomla library. To do this you will need to include few lines of code in your external php page
Second, Create a menu module for your desired menu and enable it on a custom position say ‘xxxx’
and then put the following code where you want the put that menu