标签: joomla menu
在管理面板中,我制作了类似于类别文章列表的菜单,并选择了一个类别。现在,如何通过菜单ID获取这些文章?
<--?php foreach($list as $item) ?--> ******* Here need get articles / or category by menu id $item->id; <--?php endforeach; ?-->