Hi Enfold support team,
I’ve found a few other posts on how to change the ‘Please login to comment.’ or Want to join the discussion?’ text around the comments area on Single Posts, but none of the steps seem to be working for me. Just wondering if there’s a recent approach to doing this please, thank you :-)
Kindest regards,
Tom
Hey Thumphreys,
Thank you for the inquiry.
You can adjust the text by modifying the comments.php file. The specific string is located around line 174:
echo '<span class="minitext">' . __( 'Want to join the discussion?', 'avia_framework' ) . '
' . __( 'Feel free to contribute!', 'avia_framework' ) . '</span>';
Another option is to use the following plugin:
// https://wordpress.org/plugins/say-what/
Best regards,
Ismael
Perfect! Thanks so much Ismael – now updated as needed :-)
Kindest regards,
Tom