200,000+
May 20, 2026
December 3, 2011
Custom Post Type Permalinks allow you edit the permalink structure of custom post type.
Change custom taxonomy archive’s permalink to “example.org/post_type/taxonomy_name/term_slug”. Can disable this fix.
And support wp_get_archives( 'post_type=foo' ) and post type date archive (ex. example.com/post_type_slug/date/2010/01/01 ).
This Plugin published on GitHub.
Donation: Please send My Wishlist or Paypal
Example:
register_post_type( 'foo',
array(
'public' => true,
'has_archive' => true,
'rewrite' => array(
"with_front" => true
),
'cptp_permalink_structure' => '%post_id%'
)
);
add_filter( 'cptp_is_rewrite_supported_by_foo', '__return_false' );
// or
add_filter( 'cptp_is_rewrite_supported', function ( $support , $post_type ) {
if ( 'foo' === $post_type ) {
return false;
}
return $support;
}, 10, 2);
custom-post-type-permalinks directory to your /wp-content/plugins/ directory.That’s it. You can access the permalinks setting by going to Settings -> Permalinks.
No FAQ provided.
cptp_post_link_category and cptp_post_link_term .parse_request.CPTP_is_rewrite_supported_by_${post_type} and CPTP_is_rewrite_supported filter.CPTP_Module_Setting::upgrader_process_complete.CPTP_date_front.wp_list_sort .CPTP_Util::get_no_taxonomy_structure.no_taxonomy_structure default true.rewirte => false post type support.registered_post_type and registered_taxonomy action.rewrite is false.add_rewrite_rules on wp_loaded priority is changed 10 from 100. fix issue #53wp_get_post_terms by get_the_terms. fix issue #55register_uninstall_hook called twice on each page. fix issue #56CPTP_set_{$module_name}_module.wp_get_archives.cptp_post_type_link_priority, cptp_term_link_priority, cptp_attachment_link_priority.CPTP_registered_modules.register_post_type.wp_loaded action.CPTP_Module_Permalink Bug Fix.%post_id%.post_type.has_archive, with_front.has_archive Bug Fix.wp_get_archives Bug Fix.has_archive is true.wp_get_archive().%{taxonomy}% tag.%author% tag.| Version | Download | Type |
|---|---|---|
| 3.5.5 | Download | Stable |
| 3.5.4 | Download | Stable |
| 3.5.3 | Download | Stable |
| 3.5.2 | Download | Stable |
| 3.4.5 | Download | Stable |
| 3.4.4 | Download | Stable |
| 3.4.3 | Download | Stable |
| 3.4.2 | Download | Stable |
| 3.4.1 | Download | Stable |
| 3.4.0 | Download | Stable |
| 3.4.0-rc.1 | Download | Beta |
| 3.3.5 | Download | Stable |
| 3.3.4 | Download | Stable |
| 3.3.1 | Download | Stable |
| 3.3.0 | Download | Stable |
| 3.2.2 | Download | Stable |
| 3.2.1 | Download | Stable |
| 3.2.0 | Download | Stable |
| 3.1.5 | Download | Stable |
| 3.1.4 | Download | Stable |
| 3.1.3 | Download | Stable |
| 3.1.1 | Download | Stable |
| 3.1.0 | Download | Stable |
| 3.0.1 | Download | Stable |
| 3.0.0 | Download | Stable |
| 2.2.0 | Download | Stable |
| 2.1.3 | Download | Stable |
| 2.1.2 | Download | Stable |
| 2.1.1 | Download | Stable |
| 2.0.2 | Download | Stable |
| 2.0.1 | Download | Stable |
| 2.0.0 | Download | Stable |
| 1.5.4 | Download | Stable |
| 1.5.2 | Download | Stable |
| 1.5.1 | Download | Stable |
| 1.4.0 | Download | Stable |
| 1.3.1 | Download | Stable |
| 1.3.0 | Download | Stable |
| 1.2.0 | Download | Stable |
| 1.1.0 | Download | Stable |
| 1.0.5 | Download | Stable |
| 1.0.4 | Download | Stable |
| 1.0.3 | Download | Stable |
| 1.0.2 | Download | Stable |
| 1.0.1 | Download | Stable |
| 1.0.0 | Download | Stable |
| 0.9.6 | Download | Stable |
| 0.9.5.6 | Download | Stable |
| 0.9.5.4 | Download | Stable |
| 0.9.5.3 | Download | Stable |
| 0.9.5.2 | Download | Stable |
| 0.9.5.1 | Download | Stable |
| 0.9.5 | Download | Stable |
| 0.9.3.3 | Download | Stable |
| 0.9.3.2 | Download | Stable |
| 0.9.3.1 | Download | Stable |
| 0.9.2.1 | Download | Stable |
| 0.9.1 | Download | Stable |
| 0.9 | Download | Stable |
| 0.8.7.6 | Download | Stable |
| 0.8.7.5 | Download | Stable |
| 0.8.7.1 | Download | Stable |
| 0.8.7 | Download | Stable |
| 0.8.6 | Download | Stable |
| 0.8.1 | Download | Stable |
| 0.8 | Download | Stable |
| 0.7.10 | Download | Stable |
| 0.7.9.2 | Download | Stable |
| 0.7.9.1 | Download | Stable |
| 0.7.9 | Download | Stable |
| 0.7.8 | Download | Stable |
| 0.7.6 | Download | Stable |
| 0.7.5.6 | Download | Stable |
| 0.7.5.2 | Download | Stable |
| 0.7.5.1 | Download | Stable |
| 0.7.5 | Download | Stable |
| 0.7.4.1 | Download | Stable |
| 0.7.4 | Download | Stable |
| 0.7.3.1 | Download | Stable |
| 0.7.3 | Download | Stable |
| 0.7.2.1 | Download | Stable |
| 0.7.2 | Download | Stable |
| 0.7.1 | Download | Stable |
| 0.7 | Download | Stable |
| 0.6.2 | Download | Stable |
| 0.6.1 | Download | Stable |
| 0.6 | Download | Stable |
| Development | Download | Trunk |