flaviaborges
Forum Replies Created
-
Forum: Hacks
In reply to: Adding a comment count and comment bubble to every post headlineOMG you rock! Thank you so much this solved the problem, but now I need to get rid of the “leave a comment” that shows instead of the number zero when the entry doesn’t have any comments. And also, I’d like to still have the “leave a comment” button under each post, which now has disappeared.
Forum: Hacks
In reply to: Adding a comment count and comment bubble to every post headlineYeah I tried adding the code of Twenty Eleven to my child theme in the style sheet and loop.php file but had no success and I’m don’t know what I’m doing wrong. I’d appreciate a more detailed answer since I’m new here and know very basic HTML. I’d greatly appreciate anyone’s input.
Forum: Themes and Templates
In reply to: Adding text after comment box and before "post comment" buttonThank you so much! this was extremely helpful!
Forum: Themes and Templates
In reply to: Adding text after comment box and before "post comment" buttonThat works perfectly! Thank you so much for your answer! Now, any idea on how I can edit the font size and text width for the text I entered on my style.css?
Forum: Themes and Templates
In reply to: Adding text after comment box and before "post comment" buttonI tried it but there’s nothing that looks even similar to that in my commemnts.php file. I did a bit of error and trial and realized this:
<?php comment_form (); ?>
corresponds to the whole “comment form”, which contains both the where people leave their comment and the actual button for posting the comment. I guess I need to add my text in between there somewhere but don’t know exactly how. Or I could be totally wrong since I don’t know anything about coding. Any ideas? Thanks for helping