
如何提高WordPress中的PHP内存限制
the_content_feed ( $feed_type = null )
the_content_feed – 这个函数用于在RSS feed中显示一个文章或页面的内容。它与the_content类似,但专门设计用于feed。
显示feeds的文章内容。
function the_content_feed( $feed_type = null ) { echo get_the_content_feed( $feed_type ); }