Last active
April 9, 2018 18:46
-
-
Save arobbins/c833b8726d5ae89b7c3de18b74ea99fd to your computer and use it in GitHub Desktop.
WP Shopify - Example - Shortcode - [wps_products]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Show products from collections "Featured" and "Sale". Limit the amount of products to 10 | |
[wps_products collections="Featured, Sale" limit="10"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment