Posted on April 30, 2014July 30, 2015 by linda — Leave a commentAn eleborate display A beautiful setup of Steven’s best works. Post navigationPrevious post: Making Mugs Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment Name * Email * Website Save my name, email, and website in this browser for the next time I comment. add_action( 'woocommerce_after_shop_loop_item', 'prima_custom_shop_item', 5); function prima_custom_shop_item() { global $post, $product; /* product sku */ echo 'SKU: '.$product->get_sku().''; }