Hi,
In my site I’m trying to build a database of books.
In the post I’m going to publish books names along with other infos.
Among these infos I also want to wirte the author of the book of course.
But I would like to make the author name clickable and when you click on the author name, you get the profile info (date of birth, nationality, photo, etc) and a bio, and as the content, a list of all the posts (or books) where its name is associated.
Any hints on how to proceed to do this? I was thinking to use the plugin Custom Post Type UI to create a custom post type called “authors” and add its pofile info (date of birth, nationality, photo, etc) as its taxonomy, but then I have some issues
1. How to I link the custom post type ‘authors’ to the post where I’m going to add the books?
2. When I create an author, even if I fullfill all the profile info using the taxonomy, then in the main page the taxonomy doesn’t appear. How to deal with this?
