
Zhen Dao Ge 3rd Season
No synopsis information has been added to this title. Help improve our database by adding a synopsis here.
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' );
