Want to change the text that reads "COMMENTS" to
"Discuss this release here!"
Thanks
Want to change the text that reads "COMMENTS" to
"Discuss this release here!"
Thanks
That is likely to be a theme template/file specific edit. What theme are you using?
TAKTEEK01 1.4.4
In the index.php file you will see this on line 9:
<div class="backtotop"><a href="#top">Back to Top</a> | <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></div>
I think if you change that to this:
<div class="backtotop"><a href="#top">Back to Top</a> | <?php comments_popup_link('Discuss this release here!', '1 Discuss this release here!', '% Discuss this release here!'); ?></div>
That might be something like what you are after. Try it and see. Make a backup copy first, of course.
EPIC WIN BUD. SPANK YOU!
Ex-squeeze me? Baking powder?
Glad it worked! :-)
This topic has been closed to new replies.