• THANK YOU for this plugin – saved my bacon!

    For anyone who is still stuck, you have to juggle the permalinks set up until you get the desired effect. This is not a fault of the plugin, but of the seemingly fragile nature of WordPress permalinks and rewrite rules (WP dev team, this area needs some serious looking at!)

    For my set up, I simply wanted to get example.com/custom-post-type/taxonomy/post-name displaying – took me forever until I came across this plugin and then bam, sorted in 10 minutes!

    This is how I set it up

    In Dashboard > Settings > Permalinks > SELECT POST NAME
    In the section below added by this plugin
    Your Custom Post Name permalink structure > your-custom-post-type-name/%taxonomy_name%/%postname%/

    Then, I followed the plugin instruction and did the next bit too – although with the above done, I am not sure this is needed.

    Add this to your functions file / custom post code (register_post_type arguments not under taxonomies.)

    ‘rewrite’ => array( ‘permastruct’ => ‘your-custom-post-type-name/%taxonomy_name%/%postname%/’ ),

    WordPress CPT permalinks suck – but thanks to this plugin I’m rocking and rolling again!

    Good luck !

    http://wordpress.org/extend/plugins/wp-permastructure/

  • The topic ‘Tips if you still have issues’ is closed to new replies.