Hi
can you help me a little more?
I added these 3 snippets to functions.php from this guide. I added this snippet to make hierarchical URLs:
register_taxonomy('genre',array('book'), array(
'hierarchical' => true, // this makes it hierarchical in the UI
'labels' => $labels,
'show_ui' => true,
'query_var' => true,
'rewrite' => array( 'hierarchical' => true ), // this makes hierarchical URLs
));
but I can’t get it, I only want this for Destinations. Maybe I’m wrong where to put basename /% taxonomy_name% (custom post type slug)