Unable to Modify Comment section
-
I use blogolife and am attempting to modify the comment reply form section (including changing the wording from Leave a Reply).
I found instructions on how to to so in the latest versions of WordPress using <?php comment_form(); ?>.
An example post from my site with comments:
https://philipharland.com/greco-roman-associations/2012/06/92-dedication-to-theos-hypsistos-by-an-association-of-adopted-brothers-2/In particular, I have removed most of the material in the comments.php file and replaced it with the following (in an attempt to at least change the wording from leave a reply):
<?php comment_form(array(‘title_reply’=>’Leave comments or corrections’)); ?>However, absolutely nothing changes on the site as a result and the standard WordPress comments section remains.
I have also modified the css for comments-title and other items (mainly trying to have them line up properly and to make the texts smaller), also with not results.
What else am I missing. Where else in blogolife do I need to do something to allow these changes to happen?
Thanks for any help.
Phil
- The topic ‘Unable to Modify Comment section’ is closed to new replies.