繁体   English   中英

如何在首页.php文件中调用一个WordPress页面?

[英]How to call a WordPress page in the front-page.php file?

我希望我的“关于”页面和“博客”页面都成为我的首页/主页的一部分。

有没有办法可以在首页中调用“关于”页面front-page.php以便我可以保持博客部分看起来相同,但对上面的网站有一个介绍?

https://littleseabear.com

You can use an additional wp_query() in your php template for front-page.php to only call the one post (by ID) which contains the content of your "about" page: https://developer.wordpress.org/reference /classes/wp_query/

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM