这款主题简洁,活泼而不怪异,边栏是全方位定位的,而且还预留了广告位,设计很体贴。
...
常用函数-check_comment()
2009-04-13
h2>常用函数-check_comment()
说明
check_comment()判断评论是否传递WordPress Comment_Moderation 的内部检验。
用法
...
常用函数-paginate_comments_link()
2009-04-13
常用函数-paginate_comments_link()
说明
为当前文章创建评论页码链接
用法
<?php paginate_comments_links( $args&n...
常用函数-next_comments_link()
2009-04-13
常用函数-next_comments_link()
说明
显示下一页评论页面的链接
用法
<?php next_comments_link( $label, $max...
常用函数-previous_comments_link()
2009-04-13
常用函数-previous_comments_link()
说明
显示前一页评论页面的链接
用法
<?php previous_comments_link( $label&nb...
增强WordPress安全性的6个技巧
2009-04-13
WP Security Scan
该插件能够扫描WordPress安装程序中的安全漏洞,并提示用户进行修复。
特性:
密码
文件访问权限
数据库安全
隐藏版本
...
常用函数-rss_enclosure()
2009-04-11
常用函数-rss_enclosure()
说明
显示当前文章的rss enclosure。
使用全局变量$post来检查文章是否要求密码,以及用户是否具有文章的密码。若没有密码则返回之前页面。
用 ge...
常用函数-get_search_feed_link()
2009-04-11
常用函数-get_search_feed_link()
说明
在搜索结果中检索feed的永久链接
用法
<?php get_search_feed_link( $search_...
常用函数-get_search_comments_feed_link()
2009-04-11
常用函数-get_search_comments_feed_link()
说明
在搜索结果中检索评论feed的永久链接
用法
<?php get_search_comments_feed...
常用函数-get_post_comment_feed_link()
2009-04-11
常用函数-get_post_comment_feed_link()
说明
检索文章评论feed的永久链接
用法
<?php get_post_comments_feed_link(&nb...
常用函数-get_author_feed_link()
2009-04-11
常用函数-get_author_feed_link()
说明
检索所给定作者的feed链接。
返回给定作者所有文章的feed链接。为获取默认链接。可请求指定feed或将留空白。
用法
<?...
常用函数-get_category_feed_link()
2009-04-11
常用函数-get_category_feed_link()
说明
该函数自2.5版启用,返回指定类别中所有文章的feed链接。可请求特别feed,但为空时,函数返回'rss2'feed链接。该函数取代了...