Can someone tell me what code I need to alter to remove the following from pages: Posted on 06.29.08 by @ 4:33 pm Edit This Filed under: Uncategorized Comments: No Comments » No comments yet. RSS feed for comments on this post. TrackBack URI Leave a comment Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Name (required) E-mail (required) URI Your Comment I thought if I disabled comments that at least the comment area would be removed, but it was not. I want to remove the post info at the top of the page, the time stamp, and the comment box. Thank you in advance for your time and help
Which files need to be edited may vary depending upon the them you are using. Generally the files you need to look at will be named like index.php, page.php, home.php, single.php (files within your theme folder) To remove the comments you need to look for the include for comments.php in the previous files I mentioned.
Ok...the tip worked on some of the themes I use but it's not working for Cutline Cutline has the comments.php in a file of its own (not the index file) and if I remove any part of that file I get a syntax error. Any suggestions?
Im not sure, but try removing from the single.php and see what happens. If it doesnt remove the comments you can paste it back in. - But I think it will I dont have this theme installed so I just looked through the files for ideas.