Skip to content

Instantly share code, notes, and snippets.

@rahularyan
Created February 13, 2018 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahularyan/acded181e1573a0be66f22f92ad83322 to your computer and use it in GitHub Desktop.
Save rahularyan/acded181e1573a0be66f22f92ad83322 to your computer and use it in GitHub Desktop.
AnsPress: output custom questions list
<?php
$args = array(
'post__in' => [ 1, 2, 3 ];
);
anspress()->questions = new Question_Query( $args );
ap_get_template_part( 'archive' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment