开发者

wordpress static/post pages

开发者 https://www.devze.com 2022-12-29 17:26 出处:网络
Is it possible to make a wordpress page have p开发者_StackOverflowosts and static content on it? Like have the latest posts but also have some content from the page on it too?look here: http://codex.w

Is it possible to make a wordpress page have p开发者_StackOverflowosts and static content on it? Like have the latest posts but also have some content from the page on it too?


look here: http://codex.wordpress.org/Creating_a_Static_Front_Page and here : http://wordpress.org/support/topic/387710

But seriously, I just google'd for "wordpress static content posts".


Yes, it's definitely possible. You need to create a custom page template, however, so that you can edit the page content and also pull in the posts. (You can make them posts in just one category, if you want, and use some other tricks to hide those posts from the main blog page.)

See http://www.smashingmagazine.com/2009/07/02/power-tips-for-wordpress-template-developers/ for details.

0

精彩评论

暂无评论...
验证码 换一张
取 消