Title: Permalinks idea
Last modified: October 12, 2016

---

# Permalinks idea

 *  [richethic](https://wordpress.org/support/users/richethic/)
 * (@richethic)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/permalinks-idea/)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-glossary_5d5449.svg)
 * [WP Glossary](https://wordpress.org/plugins/wp-glossary/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-glossary/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-glossary/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-glossary/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-glossary/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-glossary/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [richethic](https://wordpress.org/support/users/richethic/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/permalinks-idea/)
 * Status: not resolved