如何在Joomla中建立内部文章链接?

发布于 2024-09-30 19:48:29 字数 73 浏览 4 评论 0原文

我试图在一篇 Joomla 文章中创建一个指向另一篇文章的链接,但不知道应该如何完成此操作。

你能告诉我该怎么做吗?

I'm trying to create a link in one Joomla article that points to another article, but can't see how this should be done.

Could you please tell me how to do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

清醇 2024-10-07 19:48:29

您可以像这样链接到它:

index.php?option=com_content&view=article&id=ARTICLE_ID

You can link to it like this:

index.php?option=com_content&view=article&id=ARTICLE_ID
渡你暖光 2024-10-07 19:48:29

使用JCE 编辑器。然后按照以下步骤操作。

  1. 选择“链接”选项
  2. 选择浏览/内容
  3. 选择内容项
  4. 选择“插入”。

这是一种方法,但还有很多其他方法。该示例使用 Joomla 2.5,但在 Joomla 3.0 中使用相同的过程。

Use the JCE Editor. Then follow these steps.

  1. Select the 'link' option
  2. Select browse/content
  3. Select the content item
  4. Select 'insert'.

This is one method, but there are many others. The example uses Joomla 2.5 but the same process is used in Joomla 3.0.

浮萍、无处依 2024-10-07 19:48:29

要在不同的 div 或 p 之间创建内部链接,只需创建这样的链接

<a href="index.php/component/content/article?id=96#div1">Go to div one</a>

注意:必须添加当前文章的完整网址,然后添加#name

<div><a name="div1">Here is div one</a></div>

To create internal linking between different div or p just create links like this

<a href="index.php/component/content/article?id=96#div1">Go to div one</a>

Note: must add full URL of current article and then add #name.

<div><a name="div1">Here is div one</a></div>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文