• Does anyone know how I can display the commentform for every post on the index page under each post? I’m talking about just the commentform. NOT the comments.

    I tried <?php comment_form(); ?>, but it added a lot of text like “your email will not be published” and “you can use these tags”. And I don’t want that.

Viewing 1 replies (of 1 total)
  • If you look at the codex page for comment_form() it gives you a lot of options that can be used to control the text that’s on the form. If you use those options you should be able to change the output to the way that you want it.

Viewing 1 replies (of 1 total)
  • The topic ‘Commentform on index page’ is closed to new replies.