I want to use the shortcode in a post but it only shows a gallery, not the store options to buy etc, can this be changed?
scratch that, found permission errors on the folders and files within wp
To hide the comments field I used a conditional statement so the comments output was hidden on my frontpage and displayed on all other pages;
<?php if (!is_front_page()) comments_template('', true); ?>