How to get WordPress post featured image URL

前端 未结 20 2163
闹比i
闹比i 2020-12-02 04:59

I am using this function to get the featured images:


    
         


        
20条回答
  •  情歌与酒
    2020-12-02 05:35

    You will try this

    ID), 'full'); ?> // Here you can manage your image size like medium, thumbnail, or custom size
        
    

提交回复
热议问题