Title: Category Permalink
Last modified: May 4, 2018

---

# Category Permalink

 *  Resolved [fmeynard@gmail.com](https://wordpress.org/support/users/fmeynardgmailcom/)
 * (@fmeynardgmailcom)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/category-permalink-6/)
 * Hi guys, i was wondering if there is a shortcode for the category link, currently
   i only see the following tags that can be used related to my question
 * Permalink: [permalink]
    Post Category: [post_category] Post Term(s): [post_term
   taxonomy=”TAXONOMY_NAME”] Post Tag(s): [post_tag]
 * Isn’t there a specific shortcode i can use to pull up the permalink for category?

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Jack – BNFW](https://wordpress.org/support/users/voltronik/)
 * (@voltronik)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/category-permalink-6/#post-10257007)
 * Hi [@fmeynardgmailcom](https://wordpress.org/support/users/fmeynardgmailcom/),
   
   Thanks for your message.
 * Not currently, no. However, you should be able to re-create your permalink structure
   using an assortment of shortcodes.
 * Hope this helps.
 *  Thread Starter [fmeynard@gmail.com](https://wordpress.org/support/users/fmeynardgmailcom/)
 * (@fmeynardgmailcom)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/category-permalink-6/#post-10458826)
 * Hi The problem that i am experiencing when combining the shortcodes is that i
   use thepost_category…which does the trick… most of the time, however, i have 
   categories that have multiple words and spaces in the categories name… which 
   as you can problem see where i am going with this, produces ugly looking links.
   To give you an example, we have a category called Parks and Places, when using
   the category name shortcode as a link it gives me: /category/parks%20and%20pets
   and i am struggling trying to find a fix for this… can you guide me in the right
   direction?
 *  Plugin Author [Jack – BNFW](https://wordpress.org/support/users/voltronik/)
 * (@voltronik)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/category-permalink-6/#post-10458883)
 * Hi [@fmeynardgmailcom](https://wordpress.org/support/users/fmeynardgmailcom/),
   
   You could set-up some redirects to cater for situations such as these.
 * Does this help?
 *  Thread Starter [fmeynard@gmail.com](https://wordpress.org/support/users/fmeynardgmailcom/)
 * (@fmeynardgmailcom)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/category-permalink-6/#post-10463105)
 * it would take over 400 category redirects. Is there a way i can pull the actual
   category slug? Do you have a snippet i can add to my fuctions.php file that would
   allow me to retrieve this, you can obliviously pull info like, Author, article
   name, categories, permalink and such… I think it would be a nice addition to 
   the plugin.
 * Here is what my current email link looks like:
    We published your article “[post_title]”
   on our website on [post_date], can be found under the “[post_category]” category.
 * The boss wants category to be a link instead of the title in order for the author
   to see their contribution on the list of of articles for such category… in hopes
   that they dont just view their article and leave, but that they might see other
   recent articles and choose to open them too.
    -  This reply was modified 7 years, 11 months ago by [fmeynard@gmail.com](https://wordpress.org/support/users/fmeynardgmailcom/).
 *  Plugin Author [Jack – BNFW](https://wordpress.org/support/users/voltronik/)
 * (@voltronik)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/category-permalink-6/#post-10464757)
 * Hi [@fmeynardgmailcom](https://wordpress.org/support/users/fmeynardgmailcom/),
   
   Ok, that’s fair enough.
 * I’ve added the category slug to the roadmap for BNFW however, for now, you should
   be able to add it using a custom shortcode. Details of how to add one can be 
   found in this support document: [https://betternotificationsforwp.com/documentation/adding-custom-shortcodes/](https://betternotificationsforwp.com/documentation/adding-custom-shortcodes/)
 * Does this help?
 *  Thread Starter [fmeynard@gmail.com](https://wordpress.org/support/users/fmeynardgmailcom/)
 * (@fmeynardgmailcom)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/category-permalink-6/#post-10466685)
 * Could you help me out… I tried adding this to the functions.php, but after running
   some test i ended up breaking things and wasnt able to retrieve the category 
   slug properly. What am I missing?
 * function get_post_category_slug( $slug ) {
    $category = get_term_by( ‘slug’, 
   $slug, ‘category’ ); if ( $category ) _make_cat_compat( $category );
 *  return $category_slug;
    }
 * add_filter(‘wp_mail’, function($args) {
    $args[‘post_category_slug’] = do_shortcode(
   $args[‘post_category_slug’]); return $args; }, 1, 1);
 *  Plugin Author [Jack – BNFW](https://wordpress.org/support/users/voltronik/)
 * (@voltronik)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/category-permalink-6/#post-10468428)
 * Hi [@fmeynardgmailcom](https://wordpress.org/support/users/fmeynardgmailcom/),
   
   I’m sorry, I can’t offer help with custom code. You may need to enlist the help
   of a developer to get this working.
 * In the meantime, i’m hoping to add this native shortcode soon.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Category Permalink’ is closed to new replies.

 * ![](https://ps.w.org/bnfw/assets/icon.svg?rev=2531573)
 * [Customize WordPress Emails and Alerts - Better Notifications for WP](https://wordpress.org/plugins/bnfw/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bnfw/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bnfw/)
 * [Active Topics](https://wordpress.org/support/plugin/bnfw/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bnfw/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bnfw/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Jack – BNFW](https://wordpress.org/support/users/voltronik/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/category-permalink-6/#post-10468428)
 * Status: resolved