Posted on Leave a comment

Making Mugs

005Steven has been busy turning wheel-thrown mugs.

Leave a Reply

Your email address will not be published. Required fields are marked *

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().'

'; }