Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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/