function show_featured_image_in_post() { if ( has_post_thumbnail() ) { return get_the_post_thumbnail( get_the_ID(), 'large' ); } return ''; } add_shortcode( 'post_thumbnail', 'show_featured_image_in_post' );
© 2025 donghua.site -