Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 joomla 主题并带来了最近的 6 篇文章,现在我想在我的主题上打印这些文章的类别。我是 joomla 的新手,请帮忙
您没有说您使用的是什么版本,但它是显示文章类别的标准参数选项。查看显示/隐藏类别的选项列表并将其设置为显示。
您应该查看任何显示最新文章的 Joomla 模块。在那里您可以看到他们如何访问类别名称。也许您可以直接使用该模块。从 \modules\mod_articles_latest 签出 helper.php。