Hi Enfold Staff,
Is there a way to change the “You must be logged in to post a comment” text at the bottom of my blog posts when logged out? My developer says he cannot access those files? I would like it to read “Create an account or log in to post a comment.” With the text “Create an account” to link to the register page and the “log in” text to link to the log in page. I would like for the text to be bold and in the color #1db597.
Your help would be greatly appreciated!
Kenny
Hey youkendooit!
You can add an argument to the comment_form function to change that text. See here for an example, https://codex.wordpress.org/Function_Reference/comment_form.
You can see where we use the comment_form function in the bottom of the comments.php file.
Cheers!
Elliott
Thanks Elliott! I’ll give it a shot :]