Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carlaizumibamford/f02fb34938889e79a449465dbdf0e626 to your computer and use it in GitHub Desktop.
Save carlaizumibamford/f02fb34938889e79a449465dbdf0e626 to your computer and use it in GitHub Desktop.
Show Posts based on a keyword search
$query = new WP_Query( array( 's' => 'keyword' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment