dougu4704 2015-10-05 21:35
浏览 85
已采纳

如何在Wordpress中创建自定义页面

Hi I'd like to create a totally custom page in wordpress where I'd add a lot of php code so I would prefer not to create it as a wordpress 'Page', but as a file 'filename.php' in my theme directory. Of course in that page I need to include wp functions and stuff and I plan to do it with require_once("../../../../wp-load.php");.

My problem is, how do I set the header info for a custom page like that (title, meta description etc..) and how do I add a rewrite rule to make it reachable like "website.dom/pagename". Thanks in advance for any answer, and even if you tell me that the best way is to use wordpress default "Add New Page", I'd prefer not to use any script to insert php code in the page, thanks.

  • 写回答

2条回答 默认 最新

  • donoworuq450547191 2015-10-05 21:42
    关注

    WordPress has built in functionality to look for custom pages, and does so every time you open up a page. To have WordPress find it you could for instance name the file page-{id}.php or page-{slug}.php and place it in your theme folder. So if the name of your page i "about" - which you create as you usually would, using the admin section in WordPress - you name your file "page-about.php". WordPress will then automatically load it.

    To load the title of your page, use get_header( 'about' ); (Although, that's part of the header).

    A good way to start would be to locate page.php, holding the default template, copy it and rename it as explained above. Then edit it in any way you want. You'll find a good guide here.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 HFSS 中的 H 场图与 MATLAB 中绘制的 B1 场 部分对应不上
  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?