常用函数-get_the_category_rss()
说明
检索所有文章类别,并格式化以便在feed中使用。
feed循环中当前文章的所有类别都将被检索,并添加feed markup,这样这些类别就可以被添加...
常用函数-the_category_rss()
2009-04-11
常用函数-the_category_rss()
说明
在feed中显示文章类别
用法
<?php the_category_rss( $type ) ?&g...
如何对待恶意评论
2009-04-11
任何傻瓜都会批评、责备和抱怨…而且大多数傻瓜也的确做到了这一点。——戴尔·卡耐基
有时候有些人会对你的文章发表一些你不喜欢的评论内容。 你的第一反应可能包括下面几...
WordPress 2.8 将引入jQuery和Jcrop
2009-04-11
WordPress 2.8 即将到来,目前已确认2.8将引入jQuery和Jcrop。
jQuery是一个快速的,简洁的javaScript库,使用户能更方便地处理HTML documents、events、实现动画效果,并且...
常用函数-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)中。未指定链接文本时使用默认内容。未指定文章编号时使用当前文章。
用法
&...
常用函数-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 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() ?...