I have a wordpress site with static page as the front page. I want to have /blog
to display the recent posts. How can I do that?
thanks.
|
Create a page with a custom page template, then create a custom WP_Query object to return your last posts. You can get something like:
|
|||||||||||
|