Drupal 内容标题不显示

发布于 2024-10-20 20:15:03 字数 50 浏览 3 评论 0原文

当我创建内容时,内容标题不显示,在预览模式下看起来不错,但是当我发布内容时标题不显示?

When i create a content, content title doesn't show, in preview mode it looks ok, but when i posted the content the title doesn't show?

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

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

发布评论

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

评论(1

你爱我像她 2024-10-27 20:15:03

确保 $title 变量打印在主题的 page.tpl.php 文件中的某个位置。

echo $title;

Make sure the $title variable is being printed somewhere in the page.tpl.php file of your theme.

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