Hello,
Thank you for contacting Rank Math today.
This value is loaded from the post author of this post. To change it you will need to change you user display name or assign the post to a different author as shown below:
Looking forward to helping you. Thank you.
​​​​​​
Hello,
Is there anyway to remove the author of the review?
Hello,
Thank you for contacting Rank Math today.
To change the Review Editor’s choice text, you can use this filter: https://rankmath.com/kb/filters-hooks-api-developer/#disable-review-display
Hope this helps you. Thank you.
​​​​​​
Hello,
thanks for the link but im not a developer.
I understand that I add
`/**
* Filter to change review display location
*
* @param string $text Default Editor’s choice.
*/
add_filter( ‘rank_math/review/text’, function( $text ) {
return $text;
});`
To my themes functions.php but how does this remove the review author from a page?
Hello,
You have to customize the code. For example, let’s say you want to show as the author’s name “Mike”, you should add this code:
/**
* Filter to change review display location
*
* @param string $text Default Editor’s choice.
*/
add_filter( ‘rank_math/review/text’, function( $text ) {
return "Mike";
});
Looking forward to help you.
Thank you Alberto! That might work, what if I wanted it to return no name at all? Would this be possible?
Hello,
You could try by setting the return line as:
return "";
But you should know that Google wants a name showed in the review so meanwhile you could hide or remove it, if you get a manual revision, you could be penalized.
Looking forward to help you.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.