Hi All,
I've created a plugin (An Issue Manager), that in-part, adds a possible rewrite to the post permalink with a custom taxonomy using /%issue%/ in the permalink structure. However, when I do this, it breaks support for pages, and they all show up as not found. This is not the case with categories / tags though.
Is this an oversight in wordpress or is there some workaround.
If you want to see the code, the pertinent parts are the first 50 lines found here:
https://github.com/lingz/issuer/blob/master/issuer.php
Thanks