Scenario: I need to share the same comments between more pages. Instead of simply using the post ID to load comments, I want to use a combination of two taxonomies' id. For instance:
- Taxonomy 1: tag
- Taxonomy 2: place
So for all the posts with the same tag and place I want to show the same comments. Is there any way to achieve this in wordpress?