My permalink is structured like this:
/!%post_id%/%postname%
However when I use rewrite in Custom Post Types it will remove everything except for the '!'. So instead of /blog/ I get /!blog/. I have also tried using:
'with_front' => false
This seems to fix it in the post urls (that are generated when you post a post), however, when actually navigating to the page, it gives you a 404 until you add back in the '!'.
Any thoughts?