Is it possible to have a static front page, and at the same time, show posts from a particular category, such as maybe a "news" " or "updates" category?
Is it possible to have a static front page, and at the same time, show posts from a particular category, such as maybe a "news" " or "updates" category?
yes
by using a query_posts statement before the wordpress loop in your static page code.
http://codex.wordpress.org/Template_Tags/query_posts
this is often used in conjunction with a custom page template
http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates
If you have questions after reading those, post them here
This topic has been closed to new replies.