WordPress 4.1新增函数

2015.02.19 06:00 bizhongbio 815 0

WordPress 4.1 正式版带来新主题 Twenty Fifteen、新功能、改进外,还新增了不少函数。

一、add_theme_support( ‘title-tag’ )

在 WordPress 4.1 开始新增了一个名为 title-tag 的主题特性。

通过声明这个特性,主题就能知道自身并没有定义标题,WordPress 就可以安全的添加标题而无须担心会导致重复添加。

二、the_archive_title() / get_the_archive_title()

WordPress 的归档种类有 N 多种,日期、分类、标签、文章形式等。而这个不起眼的函数却可以帮你节省不少归档模板上的逻辑处理。

三、the_archive_description() / get_the_archive_description()

和上一个函数类似,这个函数会返回归档的相关描述。

PS:此函数不会返回作者描述。

四、the_post_navigation() / get_the_post_navigation()

返回当前文章的前/后导航。

五、the_posts_navigation() / get_the_posts_navigation()

返回文章列表的前/后导航。

六、the_posts_pagination() / get_the_posts_pagination()

返回文章列表的分页式导航。

参考自:

转载自:知更鸟(http://zmingcx.com/wordpress-4-1-new-function.html

感谢你的阅读,本文版权归 双鱼bizhongbio 所有,转载时请注明出处。
注明出处格式:双鱼bizhongbio(https://bizhongbio.github.io/article/wordpress-4-1-new-function/

上一篇:
下一篇:

分享到

相关文章

暂无评论

  1. 还没有任何评论,你来说两句吧。

发表评论