Feb 14, 2023 10:02 pm
Would like to update the message and link our login and/or registration page.
2 Replies
Feb 15, 2023 7:45 am
Hi @davegetdsm,
I can provide you a JS solution:
jQuery(document).ready(function ($) {
jQuery( ".wpd-login-to-comment" ).wrapInner( "<a href='The URL'></a>");
});
Don't forget to change the red-marked value.
This article should be helpful for you: https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/