I have a few custom fields for a taxonomy "Author". The term title is the Author's last name, and one of the custom fields is his first_name.
Now I need, in a post loop, to list all "Authors" of that post by their full name. How can I do this? I'm using Ultimate CMS plugin to manage taxonomy custom fields.
Just to be clear this is a post type "Academic Article" with the authors as a taxonomy.
Thank you.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||||||||
|
|
So I decided to go another way. I now have the Author's Full Name as terms in the taxonomy. For the index, for which I need to separate Last Name and First Name, I used PHP string functions.
I also added some jQuery plugins for the final iteration: http://cea.iscte.pt/cadernos/?page_id=80 |
|||||
|
|
