I'm trying to figure out how to accomplish the following:
http://www.mydomain/blog/my-blog-post/
I'm using the /%postname%/ for my permalink structure, but this eliminates the "/blog/" from all posts that are technically blog only.
Is there a way to ensure that "/blog/" is within the URL structure for regular Posts?
In addition, is there a way to REMOVE the post type slug from the URL for a Custom Post Type?