Wordpress plugins
WP Permastructure

WP Permastructure

Version : 1.4.2
Tested up to : 4.0.19
Number of download : 9866
Average rating : 4 / 5 on 15 votes 15 votes, 4 avg.rating

Screenshots

WP Permastructure
WP Permastructure
WP Permastructure
WP Permastructure

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. Usage 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%/' ), ... ) ); ?>

Download now