芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/test.ezed.pk/wp-content/plugins/apollo13-framework-extensions/features/rss.php
ID ) ) { $content = '
' . get_the_post_thumbnail( $post->ID, 'medium' ) . '
' . get_the_excerpt(); } else { $content = get_the_excerpt(); } return $content; } add_filter( 'the_excerpt_rss', 'a13fe_rss_post_thumbnail' ); add_filter( 'the_content_feed', 'a13fe_rss_post_thumbnail' );