the_content_feed

函数
the_content_feed ( $feed_type = null )
参数
  • (string) $feed_type The type of feed. rss2 | atom | rss | rdf
    Required:
    Default: null
定义位置
相关方法
get_the_content_feedthe_contentthe_content_rssis_comment_feedget_the_content
引入
2.9.0
弃用
-

the_content_feed – 这个函数用于在RSS feed中显示一个文章或页面的内容。它与the_content类似,但专门设计用于feed。

显示feeds的文章内容。

function the_content_feed( $feed_type = null ) {
	echo get_the_content_feed( $feed_type );
}

常见问题

FAQs
查看更多 >