Hey All,
My client would like a custom front page on his blog with several sections, one of which will include the most recent blog post.
In my limited knowledge, I was going to make a frontpage.php template for this and include wp_get_archives('postbypost', 1); to show the latest post, but I was wondering if there was a way to SHOW what the post is? I guess it would be to echo the contents of that latest post on the front page...
Any help would be great!
Thanks!
Alex