Is it possible to make a wordpress page have posts and static content on it? Like have the latest posts but also have some content from the page on it too?
Leave a Reply
You must be logged in to post a comment.
Is it possible to make a wordpress page have posts and static content on it? Like have the latest posts but also have some content from the page on it too?
You must be logged in to post a comment.
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.