我在 Wordpress 中使用碳字段。我有问题,因为我无法显示媒体库。我在functions.php中的代码
function crb_attach_post_meta_aboutus() {
Container::make( 'post_meta', __( 'Singlebramy', 'single' ) )
->where( 'post_type', '=', 'dla-domu' )
->add_fields( array(
Field::make( 'media_gallery', 'crb_media_gallery', 'Galeria' )
->set_type( 'image' )
));
}
我尝试使用 foreach 但不起作用。请帮我。