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 时遇到了问题。
有一个自定义的 html 模块,里面有链接。链接转到菜单项,即类别列表。一旦我明白了,我必须从菜单项的链接属性中复制以下代码并将其粘贴到 href 中。
index.php?option=com_content&view=category&id=12
但它不是这样工作的。出现 404 错误页面。
如何使此链接正常工作?
谢谢你。
创建一个链接到类别列表的菜单项,然后在前端预览它时,右键单击菜单项并单击“复制链接位置”。然后将链接粘贴到中href=""并删除该http://example.com位,使其以index.php?com_content......
href=""
http://example.com
index.php?com_content......
我之所以这么说是因为您使用的网址一定不正确。
希望这可以帮助。