Created
March 28, 2015 01:01
-
-
Save bowatts/ba04155f58c2d740e0b3 to your computer and use it in GitHub Desktop.
woocommerce shortcode recent_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
<?php | |
if (class_exists('Woocommerce')) { | |
echo do_shortcode( '[recent_products category="products" columns="3"]' ); | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment