Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save simistern/d0d6c1fc53256d0b7ba1cca8ae4c2533 to your computer and use it in GitHub Desktop.
Save simistern/d0d6c1fc53256d0b7ba1cca8ae4c2533 to your computer and use it in GitHub Desktop.
$args = array( 'post_type' => 'product', 'posts_per_page' => 10, 'product_cat' => 'Super Soaker' );
$products = get_posts( $args );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment