Site logo

[Resolved] Disable Comments Gravator

Home Forums Support [Resolved] Disable Comments Gravator

Home Forums Support Disable Comments Gravator

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2058130
    Sanu Kumar

    How can I disable gravator in the comments section without using plugin.

    Site: https://www.masteryblogging.com/

    #2058350
    David
    Staff
    Customer Support

    Hi there,

    try adding this PHP Snippet:

    add_filter( 'generate_comment_avatar_size', function() {
        return 0;
    } );
    #2058425
    Sanu Kumar

    Hi David
    It worked.
    Also, I’m looking to add “Admin” text just like WPBeginner is using (only where the author replied to the comments).

    Screen-Capture-177-24-Must-Have-Word-Press-Plugins-Tools-for-Business-Sites-2021-www-wpbeginner-com

    #2058455
    David
    Staff
    Customer Support

    Could you raise a new topic for that – so this one can be resolved.

    #2058462
    Sanu Kumar

    okay!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.