I have a menu with the alias called "cooking-baking". I want to get the parameters of that menu. Below is the code am currently using.
$app = JFactory::getApplication();
$menu = $app->getMenu();
$menu = $menu->getItems('menutype', 'cooking-baking');
Please do help me if you have any idea. I' am really stuck. thanks