Drupal 7 特定的页面布局

发布于 2024-11-27 15:02:06 字数 237 浏览 3 评论 0原文

我使用的是 drupal 7,我的主题是 Zen 的子主题。我想做的是在某些特定页面 /volunteers/bigbrothers 上,该页面的布局需要与 /volunteers 的布局略有不同。

我确信这很愚蠢简单,也许我没有通过谷歌搜索正确的搜索词来找到我的答案。我只是不确定到底要寻找什么,所以我很难做到这一点。

我已经使用 page--front.tpl.php 来覆盖主页,但似乎无法弄清楚如何对特定页面执行此操作。

I am using drupal 7 and my theme is a sub-theme of Zen. What I am trying to do is on some specific pages /volunteers/bigbrothers the layout of this page needs to differ slightly than that of /volunteers.

I am sure this is stupid simple and maybe I'm not googling the correct search terms to find my answer. I'm just not sure what to look for exactly so i'm having a hard time with this.

I've used the page--front.tpl.php to override the homepage but can't seem to figure out how to do this for specific pages.

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

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

发布评论

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

评论(1

千笙结 2024-12-04 15:02:06

你走在正确的轨道上,模板或.tpl.php是总体方向。

如果您有名为 bigbrothers 的自定义内容类型,则有 node.tpl.php、block.tpl.php 或 bigbrothers.tpl.php。

另请检查此处

You are on the right track, template or .tpl.php is the overall direction.

There are node.tpl.php, block.tpl.php, or bigbrothers.tpl.php if you have custom content type called bigbrothers.

Also check here

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