Skip to content

Instantly share code, notes, and snippets.

@thanosp
Created February 15, 2012 19:44
Show Gist options
  • Save thanosp/1838427 to your computer and use it in GitHub Desktop.
Save thanosp/1838427 to your computer and use it in GitHub Desktop.
Wordpress comments
<h2>Leave a comment</h2>
<?php
comment_form(array('comment_notes_after'=>'', 'title_reply' => ''));
echo $this->partial('list', 'comments');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment