Changing Author Snippet Name
-
I’m trying to replace author name, I don’t want to use author name.
‘author’ => array(
‘@type’ => ‘Person’,
‘name’ => esc_html( $review[‘author’] ),For Example I want to use
‘name’ => ‘Journal Team’,instead of review author. I tried to add admins or editors at some group with 3rd parties like JOURNALIST however wp_review has no logic to bring GROUPS from wp. Is anyone did something about on it? Because even i can change ‘name’ fields, after than update it will replace to original codebase.
Or maybe wp-review author can add some flexibilities about it on wp-review plugin… Because of some admin or editors are using funny nicknames and this is not good and it can not be controlled all the time. If i use standard nickname or full name at wp options, this time all the authors are listed with the same name on the post page. it is impossible to find out or filter out who adds what.
The topic ‘Changing Author Snippet Name’ is closed to new replies.