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 #MATLAB仿真#车辆换道路径规划
  • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建
  • ¥15 数据可视化Python
  • ¥15 要给毕业设计添加扫码登录的功能!!有偿
  • ¥15 kafka 分区副本增加会导致消息丢失或者不可用吗?
  • ¥15 微信公众号自制会员卡没有收款渠道啊
  • ¥100 Jenkins自动化部署—悬赏100元
  • ¥15 关于#python#的问题:求帮写python代码
  • ¥20 MATLAB画图图形出现上下震荡的线条
  • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘