[Resolved] how can I Change the Text of the Post Comments Button?

Home Forums Support [Resolved] how can I Change the Text of the Post Comments Button?

Home Forums Support how can I Change the Text of the Post Comments Button?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1369440
    Daniel Häckel

    Hi
    how can I change the text in the button of the Post Comments field?
    ThX

    #1369465
    David
    Staff
    Customer Support

    Hi there,

    try adding this PHP snippet to your site:

    add_filter( 'generate_post_comment', function(){
      return __( 'Your Submit Label here', 'generatepress' );
    } );

    https://docs.generatepress.com/article/adding-php/

    #1369499
    Daniel Häckel

    perfect…
    thx

    #1369501
    David
    Staff
    Customer Support

    You’re welcome

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