raptor309
Member
Posted 1 year ago #
Hi - I am trying to have two pages on my site... the first is "home" and is my most recent post fully opened, ie. showing full article with comments etc... how do i do this?
Lastly, my other page must display all my posts... how do i do both these things? My site.. http://www.lostnfound.co.za
THANKS!!
g3legacy
Member
Posted 1 year ago #
Hi, for the single post you can probably use query_posts(); and just specify the post limit to 1. Then set the order to get the newest post. If you check out the query_posts page on the codex it should have what you need. get_posts may also work...
Hope that is some help, Dan