tags:

views:

32

answers:

2

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?

+2  A: 

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".

xyld
thanks man...your right. Sometimes I just instinctively head over to stackoverflow whenever I have a problem. Anyway, that second link fixed my problem. THanks
codedude
A: 

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.

Sallie Goetsch
I think I'll just make the content a post with its own unique category.
codedude