Custom Post Type Permalinks for WordPress Plugin Directory
Custom Post Type Permalinks is the #275 ranked popular app on WordPress, with a 4.8 average rating from 71 reviews, as of Aug 31, 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, it currently ranks #275 in the Popular category.
AppRanks data: Custom Post Type Permalinks ranks #275 in Popular on WordPress Plugin Directory, placing it in the top 54% 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 Popular 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 Sep 4, 2026- Popular#275of 510Top 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 popular apps on WordPress:
Where Custom Post Type Permalinks stands in the Popular category
Custom Post Type Permalinks ranks #275 of 510 apps in the Popular category, placing it in the top 54% 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 the refresh cadence published in our methodology. It is listed under the Popular 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 Popular category on WordPress.
Where does Custom Post Type Permalinks rank on WordPress?
Custom Post Type Permalinks currently sits at position #275 in the Popular category on WordPress. That places it in the top 54% of 510 apps tracked in the same category. Category positions are read from the live marketplace ranking and refresh on each scrape, so the number you see here reflects the most recent crawl rather than a long-running average.