Skip to content

Instantly share code, notes, and snippets.

@agragregra
Created February 15, 2015 09:54
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save agragregra/f8837e933f83aac93d22 to your computer and use it in GitHub Desktop.
Save agragregra/f8837e933f83aac93d22 to your computer and use it in GitHub Desktop.
<?php
wp_reset_query();
global $withcomments;
$withcomments = 1;
comments_template( '', true );
@erwinprasetyo
Copy link

yup, it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment