
A Record of a Mortal’s Journey to Immortality Season 2 (Fanren Xiu Xian Chuan 2nd Season)
A Record of a Mortal’s Journey to Immortality Season 2
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' );
