Under Dashboard > Settings > Discussion, I have the the box next to "Users must be registered and logged in to comment" checked, because I don't want anyone to post comments unless they are logged in. Now I have a spelling/formatting issue with what it says under the video. This is what is says, "YOUMUST LOGGEDIN POSTCOMMENT." Is there a way to change it to "YOU MUST BE LOGGED IN POST A COMMENT?" I've included a screen-shot for your reference. Thank you for your help. Best regards, Mark
Hi, Greeting from InkThemes, Kindly send the below-mentioned credential details at [email protected] along with the thread link. As it seems like you have changed the previous credentials and we do not have admin access. WordPress Website URL : - WordPress Username : - WordPress Password : - We will do the needful. Regards, Akbar InkThemes.com
Hello, Greeting from InkThemes, You are most Welcome! If you need further help then let us know. We will be ready to help you. Regards, Akbar InkThemes.com
Akbar, With all due respect this issue was not fixed. I just fixed the issue myself. I added the theme's comments.php to the child them and edited this section: <p class="comment_message"><?php echo YOUMUST; ?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>"><?php echo LOGGEDIN; ?></a> <?php echo POSTCOMMENT; ?></p> To this: <p class="comment_message"><?php echo 'YOU MUST'; ?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>"><?php echo 'LOGGED IN'; ?></a> <?php echo 'TO POST A COMMENT'; ?></p> And now the spelling errors are gone. You might want to make this correction in the next theme update. Best regards, Mark
Hii, Greeting from InkThemes, This sounds great that you have fixed the issue by yourseleves. Let me know if you need any help in future. We will be happy to help you. Regards, Akbar InkThemes.com