has_post_thumbnail() has_post_thumbnail() has_post_thumbnail( int|WP_Post $post = null ) 确定帖子是否附加... 最后更新 2022.04.11
image_add_caption() image_add_caption() image_add_caption( string $html, integer $id, string $c... 最后更新 2022.04.11
get_post_thumbnail_id() get_post_thumbnail_id() get_post_thumbnail_id( int|WP_Post $post = null ) 检索文章缩... 最后更新 2022.04.11
get_image_send_to_editor() get_image_send_to_editor() get_image_send_to_editor( int $id, string $caption, str... 最后更新 2022.04.11
gallery_shortcode() gallery_shortcode() gallery_shortcode( array $attr ) 生成库快捷方式输出。Builds the G... 最后更新 2022.04.11
delete_post_thumbnail() delete_post_thumbnail() delete_post_thumbnail( int|WP_Post $post ) 从给定的帖子中删除缩略图... 最后更新 2022.04.11
WordPress附件函数总结 WordPress附件函数总结 wp_get_attachment_image_src() 用于图片类附件时,根据附件id和指定的尺寸($si... 最后更新 2022.04.11
wp_list_authors[作者标签] wp_list_authors[作者标签] WordPress作者列表标签:wp_list_authors WordPress模板标签wp_list_au... 最后更新 2022.04.11
get_avatar(); [获取gravatar头像函数] get_avatar(); [获取gravatar头像函数] get_avatar()是wordpress内置用来获取指定用户id或者邮箱头像的函数,通过get_avata... 最后更新 2022.04.11
the_author_meta(); [获取调用作者信息] the_author_meta(); [获取调用作者信息] 越来越多站长使用wordpress搭建门户型网站,wordpress获取作者资料信息函数the_author_... 最后更新 2022.04.11
register_post_type【详解】 register_post_type【详解】 https://vpura.com/2018/03/30/wp_jiaocheng/code/51/ 说明 r... 最后更新 2022.04.11
WordPress 自动设置文章第一张图片为特色图像 WordPress 自动设置文章第一张图片为特色图像 一、直接设置第一张图为特色图片 不许要再次更新文章,直接会自动设置第一张图片为缩略图,但是部分文字不起作用。 ... 最后更新 2022.04.11
WordPress支持WebP格式图片上传方法 WordPress支持WebP格式图片上传方法 WordPress支持WebP格式图片上传方法 默认情况下,WordPress不支持上传WebP格式的图片,在... 最后更新 2022.04.11
去除WordPress头部多余代码 去除WordPress头部多余代码 方法一、在functions.php内加入以下代码: 1 2 3 4 5 6 7 8 9 function c... 最后更新 2022.04.11
主要functions.php功能解释 主要functions.php功能解释 引入功能 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20... 最后更新 2022.04.11
WordPress各种获取路径和URl地址的函数总结 WordPress各种获取路径和URl地址的函数总结 wordpress中的路径也不是很负责,有人为了让wordpress运行速度更快,就直接写了绝对地址,其实这样... 最后更新 2022.04.10
Theme wp_customize 的使用 Theme wp_customize 的使用 示例 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2... 最后更新 2022.04.10
缩略图功能函数 the_post_thumbnail 缩略图功能函数 the_post_thumbnail https://vpura.com/2018/03/26/wp_jiaocheng/code/235/ 开启缩... 最后更新 2022.04.10