That part makes sense, but I wanted to store the post data in an array so I could display the title of a post as a link to the actual page of the post.
My posts appear on my homepage showing three things: title of post (as a link to the page), date, and a small paragraph excerpt. That is how I want the top 5 posts to remain, but the remaining 9 posts need to only have the title as a link and the date. Is there a way I can do this without writing a custom query?