How to get featured image of a product in woocommerce

前端 未结 8 1311
梦毁少年i
梦毁少年i 2021-02-05 00:26

Please tell me where I am going wrong . Product featured image is not showing up.

   $args = array( \'post_type\' => \'product\', \'posts_per_page\' => 80,         


        
8条回答
  •  無奈伤痛
    2021-02-05 00:50

    The answers here, are way too complex. Here's something I've recently used:

    
    
    

    Using wp_get_attachment_url() to display the

提交回复
热议问题