[ad_1]
Hello everyone, I have the following issue to solve. Essentially, I have a website where I need to input scientific journals, containing various authors who write scientific articles. What I would like to achieve is that when I click on an article author’s name, a page displays with all the articles they have written. Is there a plugin available? Please note, the authors I mentioned earlier are not WordPress users but simply strings of text.
[ad_2]
WordPress does this by default, assuming there is an authors template in your theme (which most have).
Alternatively, just create Pages for each author and create a link in your article to the author page.
https://wordpress.org/documentation/article/posts-categories-screen/
https://www.wpbeginner.com/glossary/category/
and start from there…