• raptor309

    (@raptor309)


    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.. https://www.lostnfound.co.za

    THANKS!!

Viewing 1 replies (of 1 total)
  • g3legacy

    (@g3legacy)

    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

Viewing 1 replies (of 1 total)
  • The topic ‘A page with single post…?’ is closed to new replies.