Change the output of shortcodes
-
I’m using WooCommerce with a custom theme I created using Bootstrap.
I have managed to display some of its products using this shortcode:
<?php echo do_shortcode( '[recent_products per_page="12" columns="4"]' ); ?>
I was wondering if there is anyway I can change what the shortcode displays?
By default the shortcode displays the product featured image, name of the product and Read More button.I am hoping to change it to simply the Product name and Price together with the featured image.
- The topic ‘Change the output of shortcodes’ is closed to new replies.