BarelyHangingOn
Member
Posted 4 months ago #
I am having a hard time editing the information that comes under the post title on the main page and single post pages.
I am trying to edit the loop and loop single template. I have the information for all of the above under my title but they all appear on one run on line.
Posted in Category | Tagged keywords | Leave a comment | Edit
Posted on January 5, 2013 by ME
How do I edit this to make it more presentable looking? I am missing something. Thanks!
Posted in Category | Tagged keywords |
look in theme's functions.php
Leave a comment |
What do you want to do. Do you want to change the wording? If yes, look in comments.php file. right at the bottom look for: <?php comment_form ?>
replace with this: <?php comment_form(array('title_reply' => "Please leave a comment", 'comment_notes_after' => "")); ?>
this will over ride 'please leave a reply' with 'please leave a comment'
IMPORTAN: create a child theme, that way you will not loose your customization when you next update your theme/WP.