Tell us what you are trying to do?
I am trying to create a Related Post view. This view will show certain posts based on a custom field of where the View is placed.
Screenshot of my View filter setup - hidden link
cf-career-id is the ID of the post that I want to show.
I placed the View in a Content Template.
[wpv-view name="related-careers" related="[types field='related-careers'][/types]"]
Here is what the custom field looks like - hidden link
11-2022.00 is one of the cf-career-id I want to show for that specific post.
If I only put in one career id, the View will output a result but when I put in multiple IDs, as shown above, it will give me no result.
Hello. Thank you for contacting the Toolset support.
I checked the screenshot you shared and I see with the screenshot you shared: hidden link, that the field contains the multiple values, to separathe the field values you either need comma between each value or you should write a custom shortcode that will return the comma-separated value and then change your view's filter to hidden link to IN instead of LIKE I think this way you can resolve your issue.