Skip to content

Instantly share code, notes, and snippets.

@mihdan
Created February 2, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mihdan/bd0b9b3be8c179096a56 to your computer and use it in GitHub Desktop.
Save mihdan/bd0b9b3be8c179096a56 to your computer and use it in GitHub Desktop.
function add_subcategories_to_permalink( $category, $categories, $post ) {
return end( $categories );
}
add_filter( 'post_link_category', 'add_subcategories_to_permalink', 10, 3 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment