Types is a WordPress plugin that lets you easily create custom taxonomies and organize your custom content types in your website.
When you ask for help or report issues, make sure to tell us what you have created so far and what you want to achieve.
Viewing 15 topics - 136 through 150 (of 153 total)
Solution:
Using Toolset Blocks you can create only post type views and we will require taxonomy view to create glossary. So, in this case, you have to go with Classic views.
Problem: I am creating an Artist directory and gallery site that provides artists the ability to upload their own artwork images. I have created a Form that allows artists to upload multiple images into a repeating image field. I would like to give artists the ability to apply taxonomy terms to each image in the custom field.
Solution: It is not possible to apply terms to each image uploaded in a repeating custom image field. If you need the ability to add taxonomy terms, you probably need a separate custom post type. Artists can then use Forms to create a new post for each "Artwork", and apply taxonomy terms as needed to that post.