sydneytim
Member
Posted 5 years ago #
Hi there. I've searched the support site without much luck, so I'm hoping you can help.
To encourage visitors to my blog's home page to post their comments, I would like to reword the "No Comments" URL at the foot of every post to read "What do you think? Add your thoughts now!"
Is this possible? How do you recommend I achieve this outcome?
Thanks in advance,
Tim Longhurst
Do a search for the following in your files:
function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Comments', $CSSclass='', $none='Comments Off') {
Depending on what version you are running its located in some theme files, as well as wp-includes/comment-template.php
Change No Comments to whatever you want.