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 - 226 through 240 (of 265 total)
Problem: Some posts do not appear in the secondary language despite having posts and taxonomies set to "do not translate".
Solution:
1. Open the wp_icl_translations table in the database
2. Find all occurrences of tax_species in column element_type of that table (see the screenshot here)
3. Delete those rows
4. Open the Sighting post ID #2016 in wp-admin and resave it. The title is "test1-1581379200", for your reference.
Problem: I would like to set up a conditional that tests which term from a specific taxonomy is applied to the current post in the loop. Based on that term, I would like to apply a specific CSS class to my content.
Solution: The has_term function can be used to test whether or not the current post has a specific term applied. You can use that function in a conditional to output different bits of markup depending on the term applied to the current post. This approach doesn't work well if multiple terms from the taxonomy can be associated with a single post. It is best when only a single term is applied to a single post.
Manage Forum and Topic custom post types (CPT) with Access, meaning to define custom roles (CR) in Access and customize them: allow / deny to create / edit / update / delete bbPress Forums and / or Topics
Solution:
You can get User Roles and Capabilities from BBpress document: