• 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

    http://wordpress.org/extend/plugins/custom-post-type-ui/

Viewing 1 replies (of 1 total)
  • I’d also like to know if WordPress supports date-based archives for Custom Post Types.

    I currently have 2 CPTs – events and articles. It would be good to have:

    domain.com/articles/date/2011/09/11

    and

    domain.com/events/date/2011/12/10

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Custom Post Type UI] How to append with_front array element for rewrite?’ is closed to new replies.