Custom Taxonomy leads to 404 page

Followings are the codes I added in my theme function.php file // Taxonomy Resource $labels = array( ‘name’ => ‘Resources’, ‘singular_name’ => ‘Resource’, ‘search_items’ => ‘Search Resource’, ‘all_items’ => ‘All Resource’, ‘parent_item’ => ‘Parent Resource’, ‘parent_item_colon’ => ‘Parent Resource:’, ‘edit_item’ => ‘Edit Resource’, ‘update_item’ => ‘Update Resource’, ‘add_new_item’ => ‘Add New Resource’, ‘new_item_name’ => ‘New … Read more

Category page for custom-taxonomy shows 404 when using custom permalink structure

I’m having a small issue with category pages for a custom taxonomy when custom permalinks are used, and I was wondering if someone might be able to help out and point out where I’m going wrong. I’ve created a taxonomy “Brands” for use with a custom post type (in this case, Products), using the code … Read more