常用函数-get_the_category_rss()

2009-04-11
常用函数-get_the_category_rss() 说明 检索所有文章类别,并格式化以便在feed中使用。 feed循环中当前文章的所有类别都将被检索,并添加feed markup,这样这些类别就可以被添加到RSS2, Ato...

常用函数-the_category_rss()

2009-04-11
常用函数-the_category_rss() 说明 在feed中显示文章类别 用法 <?php the_category_rss( $type ) ?> 参数 $type (字符串)(可选)默认值为'rss'...

如何对待恶意评论

2009-04-11
任何傻瓜都会批评、责备和抱怨…而且大多数傻瓜也的确做到了这一点。——戴尔·卡耐基 有时候有些人会对你的文章发表一些你不喜欢的评论内容。 你的第一反应可能包括下面几种: “为什么每个人都比我聪明?”或者“他们说的对,我落伍了。”甚至“...

常用函数-comment_author_rss()

2009-04-09
常用函数-comment_author_rss() 说明 在feed中显示当前评论的作者 用法 <?php comment_author_rss() ?> 参数 无 返回的值 (空) 该函数不返回任何值 ...

常用函数-comment_text_rss()

2009-04-09
常用函数-comment_text_rss() 说明 显示当前评论内容以便在feed中使用。 用法 <?php comment_text_rss() ?> 参数 无 返回的值 (空) 该函数不返回任何值 ...

常用函数-post_comments_feed_link()

2009-04-09
常用函数-post_comments_feed_link() 说明 输出文章的评论feed链接。链接内容放置在锚(anchor)中。未指定链接文本时使用默认内容。未指定文章编号时使用当前文章。 用法 <?php post_co...

常用函数-the_excerpt_rss()

2009-04-09
常用函数-the_excerpt_rss() 说明 显示feed的文章摘要。 用法 <?php the_excerpt_rss() ?> 参数 无 返回的值 (空) 该函数不返回任何值。 示例 注释 ...

模板标签-permalink_single_rss()

2009-04-09
模板标签-permalink_single_rss() 说明 按 RSS 或Atom 聚合feed形式显示当前文章的永久链接。该标签须在 The Loop 内使用。 用法 <?php permalink_single_rss(...

常用函数-comment_link()

2009-04-09
常用函数-comment_link() 说明 显示评论链接 用法 <?php comment_link() ?> 参数 无 返回的值 (空) 本函数不返回任何值 示例 注释 回应 get_co...

常用函数-get_comment_link()

2009-04-09
常用函数-get_comment_link() 说明 检索所给评论的链接 用法 <?php get_comment_link( $comment, $args ) ?> 参数 $comment (对象 | 字符...

常用函数-get_comment_author_rss()

2009-04-09
常用函数-get_comment_author_rss() 说明 检索当前评论的作者以便在feed中使用 用法 <?php get_comment_author_rss() ?> 参数 无 返回的值 (字符串) ...

合作伙伴