author - Best way to set up "reviewed by" in Wordpress?

admin2025-01-07  7

I would like to show both "author" (one or more) and "reviewed by" (just one person) for Wordpress posts and pages on my website.

This would be for example a situation where an article is written by a content producer but the information has to be reviewed by an MD or other credentialed medical expert.

This type of functionality is in my opinion pretty much a must on YMYL (your money, your life) type websites.

My current understanding is that there is no way to do this in a way that would be native to Wordpress and I should just use some sort of meta information plugin and add the reviewer as meta information on each page and post.

I would like to show both "author" (one or more) and "reviewed by" (just one person) for Wordpress posts and pages on my website.

This would be for example a situation where an article is written by a content producer but the information has to be reviewed by an MD or other credentialed medical expert.

This type of functionality is in my opinion pretty much a must on YMYL (your money, your life) type websites.

My current understanding is that there is no way to do this in a way that would be native to Wordpress and I should just use some sort of meta information plugin and add the reviewer as meta information on each page and post.

Share Improve this question asked Apr 28, 2022 at 14:02 Markus OssiMarkus Ossi 113 bronze badges
Add a comment  | 

2 Answers 2

Reset to default 0

You could achieve this with ACF and add a meta field that is the 'Reviewer' that is set after it's reviewed. Then you can all the ACF field on the front end as per their docs.

WordPress has a function to retrieve the name of the editor who last modified a post: get_the_modified_author.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1736257499a443.html

最新回复(0)