Normally, the file to edit is comments.php in the active theme folder; otherwise, index.php.
Depends on the theme you are using. As I recall, if the theme does not have a comments file, WP uses the default theme comment file. In that case, better to fix the theme than edit the default file.
maybe
comments.php or comments-pop-up or similar
if you can’t find the template
open all and search for the comments..
there a template tags like author comments_text i.e.
Monika
i have made my own theme, or i made a design and changed the blix theme into mine. maybe a stupid way to do it, but…
here is an example of the problem:
http://www.morgenutgaven.com/archives/21
i went through every file in the theme folder, but i can’t figure it out..
If the theme has the file comments.php, modify that.
If it doesn’t have one, copy one from Default theme folder to your theme folder, and modify the copy in your theme folder.
i have tried that, but it doesn’t help.
which files are being used in addition to comments.php, sidebar.php, footer.php and header.php?
List all the files you have in the current theme folder.
404.php
archive.php
archives.php
bx_functions.php
comments-popup.php
comments.php
contact.php
footer.php
header.php
index.php
page.php
search.php
page.php
sidebar.php
single.php
style.css
Paste the whole code for the following 2 files separately in http://paste.uni.cc
index.php
comments.php
Come back and give us the links after pasting the code.
The problem is not with your comments file. Try fixing your quotes div (wrapping a block level element with an inline element) and some of the other errors which may be causing the “not open div” message.
when a permalink is clicked, which files are being loaded then?
Depends on the theme. If there is a single.php then it is loaded along with the header and footer, otherwise index.php is used. Also if there is a comment.php file it is loaded, otherwise the file in the default directory is loaded.
That is irrelevant I believe. Your problem appears to be improperly nested tags as I noted.