Skip to content

Instantly share code, notes, and snippets.

@bowatts
Created March 28, 2015 01:01
Show Gist options
  • Save bowatts/ba04155f58c2d740e0b3 to your computer and use it in GitHub Desktop.
Save bowatts/ba04155f58c2d740e0b3 to your computer and use it in GitHub Desktop.
woocommerce shortcode recent_products
<?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