Exclude the_post_thumbnail from gallery shortcode

后端 未结 3 1065
北海茫月
北海茫月 2020-12-29 14:56

I am using this code to have a simple gallery on the page:



        
3条回答
  •  温柔的废话
    2020-12-29 15:23

    How about?

    echo do_shortcode('[gallery exclude="' . get_post_thumbnail_id( $post->ID ) . '"]');
    

提交回复
热议问题