• Resolved 9metis

    (@9metis)


    Hi,

    I’m using the X Theme and Cornerstone to build my website. I was able to build the shop, cart and checkout pages in Cornerstone by using the shortcodes. Is there a shortcode for displaying the single products? What I’m trying to do is add a header with image and title like all the other pages. For the time being, I’m using the in my child’s theme functions.php but I’d prefer not to hardcode in an image:

    add_action( 'woocommerce_before_single_product', 'add_header_image', 15 );
    function add_header_image() {
    	?>
        <div class="single-product-header-image"><img src=""></div>
    <?php }

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Single product page and Cornerstone’ is closed to new replies.