WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Toro_Unit (Hiroshi Urabe) v2.0.5

Simple Post Type Permalinks

Easy to change Permalink of custom post type.

Simple Post Type Permalinks

The facts

Rating
5★ from 10
Active installs
9k+
Price
Free
Last updated
4 Jun 2019
Added
Apr 2015
Requires WP
4.0
Tested up to
WP 5.2.26
Requires PHP
5.3
Downloads
85,846

Our analysis

AI-assisted

Simple Post Type Permalinks is a WordPress plugin that allows you to edit the permalink structure of custom post types. It provides a straightforward way to customise permalinks using various available tags such as %post_id%, %postname%, and others. This plugin is suitable for developers looking to enhance the permalink settings of their custom post types easily.

The plugin requires PHP version 5.3 or higher and is designed for users who are familiar with registering custom post types in WordPress. It is available for free in the WordPress.org directory and has been tested up to WordPress version 5.2.26.

Best for: Developers needing to customise permalink structures for custom post types.

What it does well

  • Allows editing of permalink structure for custom post types
  • Supports multiple tags for customisation
  • Free to use from the WordPress.org directory
  • Requires PHP 5.3 or higher

Where it falls short

  • Limited information on additional features
  • Last updated in June 2019

Verdict

Simple Post Type Permalinks offers a basic solution for customising permalinks, but its last update may limit its compatibility with newer WordPress features.

From the developer

Toro_Unit (Hiroshi Urabe)'s own description of Simple Post Type Permalinks, lightly tidied.

Edit the permalink structure of custom post type too easy.

Simple Post Type Permalinks is Simple and Smart than Custom Post Type Permalinks.

Available tags are %post_id%, %postname%, %year%, %monthnum%, %day%, %hour%, %minute%, %second%, %author%.

Requires PHP version 5.3 or higher.

This Plugin published on GitHub.

Please Fork and Pull Request!

Setting on Code

Example:

register_post_type( 'foo',
    array(
        "public" => true,
        'has_archive' => true,
        "rewrite" => [
            "with_front" => true
        ],
        "sptp_permalink_structure" => "foo/%post_id%"
    )
);

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for custom content structures.

Ad Inserter

Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...

Free 300k+ installs 4.9★ (2,428)
Advanced Custom Fields

ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...

Free 2M+ installs 4.5★ (1,438)
Simple Custom Post Order

Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...

Free 300k+ installs 4.8★ (569)
WP Activity Log

The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.

Free 300k+ installs 4.7★ (488)
Custom Post Type UI

Admin UI for creating custom content types like post types and taxonomies

Free 1M+ installs 4.6★ (276)