The diference is right now I have the web on pre-production. I can send admin credentials if needed.
hidden link
At the end of the post you'll see the author's card. I can print the name and description, but not the image field of author's photo.
Thanks.
Hi Nigel.
I have custom taxonomy fields. Due to format of the project I do not want to have user fields. I have term fields. I have explained everything here https://toolset.com/forums/topic/displaying-term-fields-on-the-front-end-2/ but I can't follow with that thread. I was very busy with the project and the thread was canceled.
If you want I can send you and admin login. Any help is fully apreciated. Thanks.
You are trying to display fields from the taxonomy(Authors) term inside the single post(Opinion) template. You will need to get the id of the terms using the get_the_terms WordPress function. Some thing like:
Hi Jamal.
Thank you very, very much. It works like a charm. Perfect.
I was really in trouble with this. I do not use Views anymore and I fell like Blocks is not the same tool yet.
Thank you again. Problem solved.