Custom post-type in root directory, blog posts in subdirectory
moving blog posts to /blog/ is pretty easy and you can use WordPress settings to do that – no coding needed. The problem you will have though is that after moving posts, your CPT URL structure will conflict with URL structure of pages – so you’ll have to modify your pre_get_posts function. As for your … Read more