Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #208828

    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

    #208883

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘About post format.’ is closed to new replies.