custom single post home, with page for past posts
-
looking to take a current theme, and create a unique home page for the 1 newest post, then have all old posts on another page.
I have been able to create the custom home page using:
<?php query_posts('pagename=home'); ?>
Is there a way I can have the newest single post here instead of page content?
also how would I create a page for all other posts (besides archives)?
thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘custom single post home, with page for past posts’ is closed to new replies.