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.
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.
You must be logged in to post a comment.
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: