ikellyfitz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Turn off "Comments Off" on home pageworked great. Thanks!
Forum: Fixing WordPress
In reply to: Turn off "Comments Off" on home pageMy code from style.css?
Forum: Fixing WordPress
In reply to: Turn off "Comments Off" on home pageWhere do I add a class name?
Forum: Fixing WordPress
In reply to: Add Comment Counter and LinkI figured out my problem, my web developer locked me out of making changes to the child files so that is why it wasn’t working. I have made notes on what I changed in the parent index.php and now the comments are displaying as I want them to.
Thanks for your help, it definitely got me on the right track.
http://www.3inNYC.comForum: Fixing WordPress
In reply to: Add Comment Counter and LinkI backed up both the database and the files. I found the title reference in the parent’s index.php file. So I went to the child’s index.php file (which only had the first line of text that you see below) and then I added the comment information but I’m not seeing the comment.
<?php
// These are not the droids you are looking for…
?><?php the_title(); ?>
<p>
<?php comments_number( ‘no comments’, ‘one comment’, ‘% comments’ )</p>Any thoughts?
Forum: Fixing WordPress
In reply to: Add Comment Counter and LinkThanks, I did run across that but since I’m such I newbie I don’t know where to put that code?