Review by admin label want to remove

#64587
Viewing 6 replies - 1 through 6 (of 6 total)
  • 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:
    img

    You can modify this with a filter, for example, let’s say you want to show as the author’s name “user”, 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 "user";
    });

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    WP Event Manager
    Rank Math pro
    Content AI Starter

    I did not want to show any thing like review by admin.. i want to compleetly remove it. no any user. can you pls tell me , how it is possible.

    Alberto
    Rank Math business

    Hello,

    The only way to make Google to not use the date is by not providing it with the data, so you could modify the previous snippet to:

    /**
    * Filter to change review display location
    *
    * @param string $text Default Editor’s choice.
    */
    add_filter( ‘rank_math/review/text’, function( $text ) {
    return "";
    });

    Looking forward to help you.

    WP Event Manager
    Rank Math pro
    Content AI Starter

    I have done it and now it now showing also rating on google too. kindly please help us.

    pls check : https://www.google.com/search?q=wp+event+manager

    Hello,

    Let me consult with the dev team on this and get back to you.

    Looking forward to helping you. Thank you.

    Hi Ashok,

    I am afraid that is not possible. It is required for the rating Schema.

    If you want to replace it with the number of votes, you should use user ratings instead of author ratings but Rank Math doesn’t offer user-ratings option.

    Hope that helps.

    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.

Viewing 6 replies - 1 through 6 (of 6 total)

The ticket ‘Review by admin label want to remove’ is closed to new replies.