Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想禁用页面上的所有内容(徽标、块、底部菜单......),只显示视图的内容。
使用views-view.tpl.php 并没有真正起作用......
您应该创建一个 vies 页面并为该页面提供一个路径,例如 - myViews。
复制您的 page.tpl.php 并将其重命名为 page--myViews.php。
删除您不需要的所有渲染块、徽标、标题等所有内容并仅渲染“内容”区域并且它应该适合您。