Ad Inserter
94Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
Adds the ability to configure permalinks for custom post types using rewrite tags like %post_id% and %author%.
WP Permastructure is a WordPress plugin that allows you to control the permalink structure of custom post types and integrate custom taxonomies into those permalinks. You can set up multiple post types to share the same permalink format, offering flexibility in how your URLs are structured.
The plugin provides two methods for usage: through the Permalink Settings page for public custom post types or by adding a specific value to the rewrite property when registering a post type in code. This makes it suitable for developers looking to customise URL structures for their WordPress sites.
Best for: This plugin is best suited for developers and site owners who need custom permalink structures for their WordPress sites.
What it does well
Where it falls short
WP Permastructure offers useful features for managing custom permalinks, particularly for developers. However, the lack of detailed user feedback may be a consideration for potential users.
Robert O'Rourke's own description of WP Permastructure, lightly tidied.
In addition to controlling your custom post type permalinks this plugin adds support for using custom taxonomies in your permalink structures as well.
Not only that but you can control the full permalink so the post type slug is not required at the start of the link.
Multiple post types can use the same permalink structure.
There are 2 ways to use this plugin:
Permalink Settings
The plugin adds fields to the permalinks settings page for any public facing custom post types.
In Code
When registering a post type you can add a value to the rewrite property with the key ‘permastruct’ to define your default permalink structure.
eg:
<?php
register_post_type( 'my_type', array(
...
'rewrite' => array(
'permastruct' => '/%custom_taxonomy_name%/%author%/%postname%/'
),
...
) );
?>
Other plugins for custom content structures.
Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...
Checkout Field Editor (Checkout Manager) for WooCommerce – The best WooCommerce checkout manager plugin to man...
Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...
The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.
Admin UI for creating custom content types like post types and taxonomies