oppadu
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Filter Tags by Custom Field valueHi, Spinhead
Thank you for your kind support.
I couldn’t find the exact solution I am looking for but I figured out to facilitate the list category posts widget in another way. 🙂Really appreciated your help!
Thank you!Forum: Plugins
In reply to: [List category posts] Filter Tags by Custom Field valueHi, Spinhead
Sorry for keep asking due to my lack of explaining skills.
I would like to make it simpler…Now, there is a shortcode [currenttags=’yes’] . it will populate and filter the data based on the tags of current post.
Is it possible to make it similar in custom fields?
Such as.. [currentACF=’related_fruit’] then it populates and filters the data based on the custom field of current post.It’s really appreciated by your support.
Forum: Plugins
In reply to: [List category posts] Filter Tags by Custom Field valueHi, 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…