Tell us what you are trying to do?
I have about 20 custom post types, they have the same taxonomies, which allows me to sort them in the WordPress archives. I ran into a problem that I cannot specify the name of my post type and also the name of my CPT archive is not displayed hidden link - shortcodes in filter, in my CPT archive hidden link .
If taxonomy elements are filtered, then everything is in order and everything is shown - hidden link. Is there a way to display in some way the title of my CPT archives.
Thanks for the help.
Is there any documentation that you are following?
Unfortunately no you cant display the Title of your custom post type on the Taxonomy Archive itself because the archive global variable for Taxonomies doesn't contain the post type information.
What you can do is on each individual post is to display their post type since the Post Data contains the post type and you should be able to get that information using this .
[wpv-post-type show="single"]