首页 » WP教程 » Worpress教程 » WordPress判断置顶文章函数:is_sticky WordPress判断置顶文章函数:is_sticky 2022/07/13 WordPress函数is_sticky用于判断当前文章是否置顶,在WordPress主题的制作中,可以通过判断文章是否置顶以应用不同的样式,例如加一个推荐的标签。 is_sticky(int $post_ID) 本文涉及的内容包括:函数参数函数使用示例 函数参数 $post_ID 整数,默认为空 文章的ID 函数使用示例 以下示例判断ID为66的文章是否设置了置顶: if ( is_sticky(66) ) { // 文章已置顶 } else { // 文章没有置顶 } 打赏赞微海报分享 Warning: Undefined array key 0 in /www/wwwroot/www.dianjin123.com/wp-content/themes/dianjinwp/functions.php on line 169 2022/07/13 WordPress获取相邻文章函数:get_adjacent_post Warning: Undefined array key 0 in /www/wwwroot/www.dianjin123.com/wp-content/themes/dianjinwp/functions.php on line 169 2022/07/13 WordPress获取最早或最近文章函数:get_boundary_post Warning: Undefined array key 0 in /www/wwwroot/www.dianjin123.com/wp-content/themes/dianjinwp/functions.php on line 169 2022/07/13 WordPress获取文章子元素函数:get_children Warning: Undefined array key 0 in /www/wwwroot/www.dianjin123.com/wp-content/themes/dianjinwp/functions.php on line 169 2022/07/13 WordPress获取More标签分隔内容函数:get_extended 发表回复 取消回复您的电子邮箱地址不会被公开。 必填项已用 * 标注评论 * 显示名称 * 电子邮箱地址 * 网站地址 在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。 Δ