模板标签-permalink_single_rss()2009-04-09 模板标签-permalink_single_rss() 说明 按 RSS 或Atom 聚合feed形式显示当前文章的永久链接。该标签须在 The Loop 内使用。 用法 <?php p...
常用函数-comment_link()2009-04-09 常用函数-comment_link() 说明 显示评论链接 用法 <?php comment_link() ?> 参数 无 返回的值 (空...
常用函数-get_comment_link()2009-04-09 常用函数-get_comment_link() 说明 检索所给评论的链接 用法 <?php get_comment_link( $comment, $args&nbs...
常用函数-get_comment_author_rss()2009-04-09 常用函数-get_comment_author_rss() 说明 检索当前评论的作者以便在feed中使用 用法 <?php get_comment_author_rss() ?...
常用函数-the_content_rss()2009-04-07 常用函数-the_content_rss() 说明 为feed显示文章内容。 有三个值可能对html或$encode_html参数进行编码。‘0’将生成url脚注,使用 make_url...
常用函数-the_title_rss()2009-04-07 常用函数-the_title_rss() 说明 在feed中显示文章标题 用法 <?php the_title_rss() ?> 参数 无 返回的...
常用函数-get_the_title_rss()2009-04-07 常用函数-get_the_title_rss() 说明 为feed检索当前文章的标题 用法 <?php get_the_title_rss() ?> 参数 ...
常用函数-bloginfo_rss()2009-04-07 常用函数-bloginfo_rss() 说明 显示bloginfo函数的RSS容器。 可以用 get_bloginfo()函数检索任何想要检索的信息。当函数值在feed中被检索以供使用时,所有值的标签都将被除去...
常用函数-do_feed_rdf()2009-04-07 常用函数-do_feed_rdf() 说明 装载RDF RSS 0.91版本feed模板。 用法 <?php do_feed_rdf() ?> 参数 无 ...
常用函数-do_feed_rss()2009-04-07 常用函数-do_feed_rss() 说明 装载RDF RSS 1.0版本feed模板。 用法 <?php do_feed_rss() ?> 参数 无 ...