I would like permalink structures like this:
example/%post_tag%/post_type/postname
for posts
example/%post_tag%/post_type
for archive page of post_tag filtered with custom post type archive
example/%post_tag%/
for all posts of post_tag
$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>
I would like permalink structures like this:
example/%post_tag%/post_type/postname
for posts
example/%post_tag%/post_type
for archive page of post_tag filtered with custom post type archive
example/%post_tag%/
for all posts of post_tag