Hi,
Post page have reply template below the article, show how many replys, and Leave a Reply, and Logged in or log out, and input box and so on. I want to remove all of these.
Instead, i want to add a contact forma in the bottom of the post page.
Please kindly help me.
Tommy
Hi Tommy!
Open up single.php and delete
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');
If you want to insert a contact form below the post content you can i.e. use the do_shortcode() function: http://codex.wordpress.org/Function_Reference/do_shortcode to execute the contact form shortcode.
Regards,
Peter