As You can see - taxonomy field display correct list of taxonomies for each post
But i can’t find the way to display only logos for each current post here.
As you can see this method display all possible logos, not only for current post.
How far am I from the correct solution?
What solutions are there for such a display?
Hello @Arronax & @Ruslan
is there any news on this topic?
I didnt find a solution. could this be a bug or feature request? @timmse
would be nice to display the taxonomy image of the selected one.
thanks in advance
Best greetz
David
My query is working for the post term name, but I can’t display the custom taxonomy image : it always displays the same image, not the image of the current taxonomy term.
I tried : {term_meta:photo_du_producteur} or {mb_producteur_photo_du_producteur} (amde with metabox) and I always get the same image, no matter which ‘producteur’ I select.
My query loop type is terms and my custom taxonomy is ‘producteur’.
I think the loop get all terms of the taxonmy and not the post’s terms.
I’d like to bump this up for someone to help on. There must be a way to retrieve more than just the name of the post taxonomy as given by Bricks Dynamic Data post_terms_(TAXONOMYHERE). We need some help here developers / Bricks admin. Can you please provide some insight on how, via custom php function or otherwise, to use dynamic data to retrieve an image stored in a custom field (I am using ACF) of the post’s taxonomy?