我通过
为我的图像注册一个分类法function wptp_add_tags_to_attachments() {
register_taxonomy_for_object_type( 'post_tag', 'attachment' );
}
add_action( 'init' , 'wptp_add_tags_to_attachments' );
不幸的是,我不知道如何通过她的ID为我的图像输出标签?
还有 wp_get_attachment_metadata ,我也看不到任何标签。.但是有一个名为关键字的值。如何填写此列?
非常感谢!