Problem: I have created a WordPress Archive using the Block Editor. I would like to display my search filters in one column and display the results in another column.
Solution: You can use the drag-and-drop tools to drag your search filters into a column or grid block.
Problem: I have a many-to-many post relationship that uses intermediary posts. On the single child post page, I would like to display a custom field from the intermediary post using the Types field shortcode, but it doesn't seem to be working correctly.
Solution: Since it's a many-to-many relationship, you may have more than one intermediary post related to the child post (or parent post). Since more than one result can be returned, you must use a View of the intermediary post type with a post relationship filter in order to determine which intermediary post you want to display. Then place the field shortcode in the loop of the intermediary post View. If the field is in the intermediary post, no item attribute is necessary. If the field is in the parent post, you must use the @relationship-slug.parent syntax in the item attribute.
Problem: An ad from Advanced Ads Pro does not show in a translated custom post when the post is translated using WPML.
Solution: Adjust the Advanced Ads Pro "Priority of content injection filter" setting wp-admin > Advanced Ads > Settings > General tab, Content Injection section. The "Priority of content injection filter" was set to 1000, which is too high to work with Toolset's Content Template system. Adjust this priority to 99.