Skip to content

Instantly share code, notes, and snippets.

@jpen365
Created November 26, 2016 16:08
Show Gist options
  • Save jpen365/dc83c6eaf8b76343b4af18a5c81ab621 to your computer and use it in GitHub Desktop.
Save jpen365/dc83c6eaf8b76343b4af18a5c81ab621 to your computer and use it in GitHub Desktop.
A template for creating a new instance of the WP_Query class
<?php
$args = array(
// Define the arguments for the new query
);
$myQuery = new WP_Query( $args );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment