Custom Post Type Permalinks for WordPress Plugin Directory
Custom Post Type Permalinks is a WordPress app, with a 4.8 average rating from 71 reviews, as of July 14, 2026.
Custom Post Type Permalinks is a WordPress Plugin Directory app by Toro_Unit (Hiroshi Urabe). With a rating of 4.8★ from 71 reviews.
AppRanks data: Custom Post Type Permalinks ranks #0 in Address on WordPress Plugin Directory, placing it in the top 1% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Custom Post Type Permalinks is a category-leading WordPress app with a limited review volume. It is listed in the Link category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 71 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (4.8★) signals consistent merchant satisfaction
- +Published by Toro_Unit (Hiroshi Urabe) — established developer track record
Cons
- −Limited review base (71) — ratings can shift significantly with new feedback
Looking to switch from Custom Post Type Permalinks?
See Custom Post Type Permalinks's alternatives ranked by audit score, rating, and review velocity.
How Custom Post Type Permalinks works
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
Translators
Japanese(ja) – Toro_Unit
French(fr_FR) – Geoffrey Crofte
Russian(ru_RU) – Olart, Natali_Z
Also checkout
Simple Post Type Permalinks
Setting on Code Example:
register_post_type( 'foo', array( 'public' => true, 'has_archive' => true, 'rewrite' => array( "with_front" => true ), 'cptp_permalink_structure' => '%post_id%' ) ); Exclude specific post type 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);
Category rankings
As of Jul 14, 2026- Address#0of 23Top 1%
- Custom post type#0of 47Top 1%
- Link#0of 57Top 1%
- Permalink#0of 25Top 1%
- Url#0of 42Top 1%
- _browse_popular#273of 509Top 54%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Custom Post Type Permalinks doesn't have curated competitor matchups yet. Other tracked link apps on WordPress:
Where Custom Post Type Permalinks stands in the Link category
Custom Post Type Permalinks ranks #0 of 57 apps in the Link category, placing it in the top 1% of the listing.
Frequently asked questions
What is Custom Post Type Permalinks?
Custom Post Type Permalinks is an app for WordPress. It currently holds a 4.8-star rating from 71 merchant reviews, and AppRanks has been tracking its public marketplace data on a daily refresh cycle. It is listed under the Link category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Toro_Unit (Hiroshi Urabe).
Who uses Custom Post Type Permalinks?
Currently around 200,000 active stores have installed Custom Post Type Permalinks. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Link category on WordPress.