Thanks a lot, it worked like a charm 🙂 (And thank you for the links, too)
And I created the theme I’m using, so no upgrading issues 😉
Hi,
Thanks a lot for this, but it doesn’t seem to work ?
That’s my question, actually. I don’t know how to do this.
Hi,
My taxonomies are created in funtions.php :
add_action( 'init', 'build_taxonomies', 0 );
function build_taxonomies() {
register_taxonomy( 'cat_portfolio', 'portfolio', array( 'hierarchical' => true, 'label' => 'Catégories', 'query_var' => true, 'rewrite' => true ) );
}
Hope this helps ?