Permalink with sub-sub-category and post name

Get rid of the filter that you have. Make sure that you use 'rewrite' => array( 'hierarchical' => 'true' ) in your register_taxonomy() function. Don’t forget to flush the rewrite rules. See this page for more info: Codex

Leave a Comment