[Plugin: Custom Post Type UI] How to append with_front array element for rewrite?
-
I’m trying add a Portfolio post-type (“works”). Which will then have 4-categories (“work-type”: web, print, identity, etc.), and multiple tag-like taxonomies on it (i.e. CSS, XHTML, PHP, etc.). In the end, I’d like to achieve a URL with the following format:
/works/%year%/%postname%Although, I’ve tried to have something like the below unsuccessfully:
/works/web/%year%/%postname% /works/identity/%year%/%postname%Any tips/clues on what I may be able to do with the plugin in order to achieve the above? I’ve only been successful to have:
/works/%postname% (the default permalink)TIA
The topic ‘[Plugin: Custom Post Type UI] How to append with_front array element for rewrite?’ is closed to new replies.