How to display blog posts on a dedicated page?
Setting your permalinks as /blog/%postname%/ will solve your structure problem. In your theme, drop in a home.php file which redirects the user to /blog/ and you can set the blog to appear on a page with slug blog as the blog in your Settings > Reading Regarding the menu, you would have to take a … Read more