Hi, Spinhead
Thank you for your quirk reply.
However, that way would only work for ‘fixed’ custom field terms.
Let say, each custom field {related fruit} is like below.
[POST1] : “Apple, Orange”
[POST2] : “Kiwi, Orange”
[POST3] : “Banana, Grape”
If I write code like, [customfield_name=”related_fruit” customfield_value=”Orange,Kiwi”] will only filter the ‘sepcific items’ and it won’t filter dynamically based on the customfield of each post.
So, I would like to facilitate it, such as [customfield_value=”{related_fruit}”] to get the values from each post ACF.
May I ask if there is any solution I can deal with it?
Thank you…