首页 » WP教程 » Worpress教程 » WordPress判断是否附件页面函数:is_attachment WordPress判断是否附件页面函数:is_attachment 2022/07/13 WordPress函数is_attachment用于判断当前页面是否为附件页。 is_attachment( int|string|int[]|string[] $attachment = '' ) 本文涉及的内容包括:函数参数函数使用示例 函数参数 $attachment 字符串、整数或数组 附件的ID、别名或标题 函数使用示例 if(is_attachment(3645)) { //当前页面附件页面,且该附件的ID为3645 } 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 发表回复 取消回复您的电子邮箱地址不会被公开。 必填项已用 * 标注评论 * 显示名称 * 电子邮箱地址 * 网站地址 在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。 Δ