WordPress函数:get_boundary_post(获取边界文章)

百句空言,不如一个行动。凡事回归原点,不懂就不懂,努力学习;懂了也要相信人外有人,放下架子,谦虚,能力提升方可最大化!

Description【描述】

Get the first or last post by publish date【根据发布日期获取第一篇或最后一篇文章】

Usage【用法】

1
<?php get_boundary_post( $in_same_cat, $excluded_categories, $start ); ?>

<?php get_boundary_post( $in_same_cat, $excluded_categories, $start ); ?>

Parameters【参数】

$in_same_cat
(boolean) (optional) Whether post should be in same category. 【(布尔值)(可选)文章是否在同一分类】

Default: false【默认:false】
$excluded_categories
(string) (optional) Excluded categories IDs. 【(字符串)(可选)排除分类的ID】

Default: ''【默认:''】
$start
(boolean) (optional) True to begin at the beginning【(布尔值)(可选)在开始时开始】

Default: true 【默认:true】

Return Values【返回值】

  • Post object if successful. 【如果成功,返回文章对象】
  • Null if global $post is not set. 【如果全局的 $post 没有设置,返回空值】
  • Empty string if no corresponding post exists.【如果不存在符合条件的文章,返回空字符串】

Examples【例子】

Notes【注释】

get_boundary_post() will set the post pointer to the first post.【get_boundary_post() 将设置文章指向第一篇文章】

Change Log【更改日志】

Since: 2.8.0【从 2.8.0 开始】

Source File【源文件】

get_boundary_post() is located in wp-includes/link-template.php.【get_boundary_post() 函数在wp-includes/link-template.php 中】

参考资料:http://codex.wordpress.org/Function_Reference/get_boundary_post

本文WordPress函数:get_boundary_post(获取边界文章)到此结束。如果你认为苦是自己应得的,那么光必然会照耀到你身上。小编再次感谢大家对我们的支持!

您可能有感兴趣的文章
WordPress站点Gravatar头像前后台不显示的如何解决办法

WordPress主题需要支持https吗?WordPress站点如何如何实现https?

WordPress站点的页面/标签/分类URL地址如何添加.html?

WordPress站点更换了域名后数据库应该如何操作替换新旧域名?

WordPress安装在主机空间的什么目录里面?根目录在哪里?