Having a Customized Taxonomy
known as movie-genres
'rewrite' => array('slug' => 'movie-genres', 'with_front' => true) );
register_taxonomy( 'movie-genres', array( 'films' ), $args );
And I’ve a WP template hierarchy for the Taxonomy
and it is related Phrases
like beneath
archive.php
archive-movie-genres.php
taxonomy.php
taxonomy-movie-genres.php
taxonomy-movie-genres-action.php
Now when navigating within the browser I’m able to see the CPTs listed for time period of motion like this
area.com/movie-genres/motion
however when touchdown at movie-genres
to get the all phrases listed underneath this taxonomy like
area.com/movie-genres/
I get the 404
web page in return!
As you possibly can see I’ve the archive-movie-genres.php
and taxonomy-movie-genres.php
created so are you able to please let me know why I get ended at 404
?