• Hi,

    I just have a quick suggestion for the plugin. On our site, we have our permalinks to show as /blog/%%postname%%. This means that when we set up a glossary, each item had /blog/glossary/ in the URL.

    Our solution was to add the following to the post type registry in wpg-post-types.class.php:

    ‘rewrite’ => array( ‘slug’ => sanitize_title( _x( ‘glossary’, ‘rewrite slug’, ‘wp-glossary’ ) ), ‘with_front’ => false ),) );

    Basically just added ‘with_front’ => false.

    Would it be possible to add that to the next update? Or make it an option in settings for people that may want to keep the permalinks?

    Thanks,
    Rich

  • The topic ‘Permalinks idea’ is closed to new replies.