Problem:
The user wonders if the integration with Relevanssi allows searching in custom taxonomy terms.
Solution:
Yes, that's possible. Relevanssi allows to search within custom taxonomy terms. Toolset delegates the text search to Relevanssi, then applies the other Toolset filters to the results.
Problem:
The user would like to get the ID of the content template of a custom post in code.
Solution:
After the update to Toolset Blocks 1.5, we introduced a new way of handling single post pages with content templates. Now we have conditions and priorities to determine what content template to use on a post to display on its single post page. You will need to pass the post's object ($post) to it:
Problem:
The user has some issues between Toolset Types and Publishpress revisions (formerly Revisionary).
Solution:
There are actually two issues:
- A compatibility issue with Publishpress revisions. We are addressing this and it will be fixed in an upcoming release.
- An issue with PHP8. Currently Toolset is not fully compatible with PHP8, we recommend using the latest version of PHP 7.