joomla 中的自定义模板。将 Joomla 安装到现有站点
我需要一些帮助将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否有一个沙盒,我们可以在其中看到您的工作成果?
Do you have a sandbox where we can see your work in action?
尝试在 之后添加此代码模板文件中的标签。
""
Try adding this code after <head> tag in your template file.
" <jdoc:include type="head" />"