Tell us what you are trying to do?
Trying to remove CPT taxonomy title
I've created a CPT called Projects, and a taxonomy for it called Project Categories
When I view a Project Category (Archive page), the title on the page displays as:
Project Category: Industrial
I do not want "Project Category:" to display on the category/archive pages.
I have created a Toolset Archive for this post type to display the view, but there doesn't seem to be a way to edit the title that is displayed (because it is outside the archive loop?).
I don't think that this is a theme issue, because I have a function that removes category titles and descriptions from standard WP archives, and it is working correctly for all other WP post types/taxonomies:
Is there something I can add to my function to remove the Types generated taxonomy titles? Or is there an easier way to control the Archive title output?
It would be nice if we didn't have to edit the functions.php file to do this. Perhaps the devs could look into allowing us to set CPT category titles for display purposes at some point in the future.