Hello,
I desperately trying to create a fonction on a specific taxonomy page : "publishers" that:
Get the custom fields value of all posts that have the same taxonomy value and are in category '3'.
For example, i want the function to do:
On the taxonomy page "publishers", get all custom field values of the custom field "group" of posts that have the same custom taxonomy value in the "publishers" tax and are in category '3'.
=> $groupvalues
Once i got all the custom field values of the custom field "group", display posts that are in category '4' AND have $groupvalues.
Thanks a lot for your help.