joomla 中的自定义模板。将 Joomla 安装到现有站点

发布于 2024-08-22 14:23:08 字数 200 浏览 8 评论 0原文

我需要一些帮助将 Joomla 集成到现有网站。现有站点由多个显示静态文本的 .php 文件组成。

我已将所有 css 和 js 文件复制到 Joomla 中的新模板中,设计似乎运行得很好。

我想在 Joomla 中为旧站点中包含其“新闻”的每个 .php 文件撰写一篇文章。 这是我的问题:如何让我的模板根据 $_GET id 打印文章的标题和内容?

I need some help with integrating Joomla to an existing site. The existing site is made of several .php files which shows static text.

I have copied all css and js files to a new template in Joomla and the design seems to work pretty well.

I want to make an article in Joomla for each .php file in the old site containing their 'news'.
Here's my question: how can i make my template print the article's title and content based on a $_GET id?

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

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

发布评论

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

评论(2

记忆之渊 2024-08-29 14:23:08

您是否有一个沙盒,我们可以在其中看到您的工作成果?

Do you have a sandbox where we can see your work in action?

梦旅人picnic 2024-08-29 14:23:08

尝试在 之后添加此代码模板文件中的标签。

""

Try adding this code after <head> tag in your template file.

" <jdoc:include type="head" />"

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