i need to move my WordPress Blog Entries to a page.
I’ve installed WordPress to subfolder (http://example.com/canada/) and currently i access my Blog entries with following URL: http://example.com/canada/hello-world/
But i would like to call my Blog entries like this: http://example.com/canada/blog/hello-world.
I know i can choose a static page for my entries under Options -> Reading. But if i set the option for entry page to Blog nothing happends.
Does anyone know how to solve this?
I solved the problem my own… I’ve defined a new custom post type named blog. Works as i aspected 🙂
Working Solution:
Important note:
Don’t forget to refresh your permalinks. Otherwise you’ll get an 404.