Flush rewrite after adding a custom taxonomy in order to work:
Just add
flush_rewrite_rules( $hard ); in the functions.php for one time, then deleted it to prevent problems.
SEO BLOG
Flush rewrite after adding a custom taxonomy in order to work:
Just add
flush_rewrite_rules( $hard ); in the functions.php for one time, then deleted it to prevent problems.