how can I display multiple category lists in one article in Joomla?

会有一股神秘感。 提交于 2019-12-23 02:39:17

问题


How can I display a category list and the articles that belong to them, as a tree structure, displaying only the names of the articles and categories?


回答1:


In the Joomla backend, go to the Module Manager and open the module called "Articles Category". In there you can edit the parameter to suit your needs and this will display a tree structure of categories and the articles that belong to them.

If you want to display this module inside an article then give the module a custom position by typing one in, instead of selecting one. The in the article, add the following code:

{loadposition xxx}

Change xxx to the name if your custom position.



来源:https://stackoverflow.com/questions/13435872/how-can-i-display-multiple-category-lists-in-one-article-in-joomla

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!