Joomla 漂亮 link 文章

Joomla pretty link to article

我想为一篇我有 ID 的文章创建一个带有 link 的按钮。我从表单字段中获取 ID,其中 returns 是一个菜单项 ID。到目前为止我试过这个:

<a href="index.php?option=com_content&view=featured&id=280"><p>read it</p></a>

结果=/joomla/index.php?id=69,所以它不起作用。

最终结果应该是这样的:

/joomla/index.php/using-joomla 

/joomla/index.php/using-joomla/extensions

您必须为这篇文章创建一个新的菜单项,并使用别名字段添加所需的 url 值。菜单也可以隐藏并仅用于 sef url 创建。

希望对您有所帮助。