douxiangshi6568 2016-04-09 19:08
浏览 971

如何从WordPress中的页面模板中删除页眉和页脚,但保持样式

I've just created a new page template in WordPress, starting from the default code in page.php. For the new template, I want to remove the footer and header information (logo, menu, etc), while keeping all the other properties of the default template. How can I do this?

When I remove

<?php get_footer(); ?>

from the new template, the footer disappears, which is okay, I guess.

But when I remove

<?php get_header(); get_template_part('templates/page', 'header'); ?>

all the styling disappears together with the header. Plus I'm left with a padding all around the page and the page name is gone too. How can I remove the header and the padding while keeping the old styling?

Thanks!

  • 写回答

1条回答

  • dtlc84438 2016-04-09 19:39
    关注

    You can create new header and footer files, say "header-mytemplate.php" and "footer-mytemplate.php". Create what ever structure you want into it. And in your new tempalte call these header and footer, like this get_header('mytemplate'); and get_footer(mytemplate);.

    This will get the newly created header and footer. You can customize these header and footer files as you like.

    Hope this helps.

    评论

报告相同问题?

悬赏问题

  • ¥15 c程序不知道为什么得不到结果
  • ¥40 复杂的限制性的商函数处理
  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置