btw. I am regisering 3 custom taxonomies.
register_taxonomy( ‘genre’, ‘post’, array( ‘hierarchical’ => false, ‘label’ => ‘genre’, ‘query_var’ => true, ‘rewrite’ => true ) );
that happens in a function that is called by:
add_action( ‘init’, ‘mbf_taxonomies’, 0 );
Ok, i managed to remove simple tax. and replace it by register_taxonomy();
Works.
But I still get 404.
So I removed the register_taxonomy again, saved settings for permalinks and it works again.
So, it must be something with taxonomies.
HELP!
Ok, i found it. simple taxonomies.
I need that plugin.
Anone else having the same problem?
best
Axel