Metabox types list

时间:2020-04-22 作者:I dont believe you

例如,在下面的代码段中,有一些类型用于自定义metabox输入字段,如text和textarea。所以,我想学习其他类型。我在谷歌上也搜索了它。但我不能。例如,我想学习电子邮件类型。

array(
    \'name\' => \'Instagram\',
    \'desc\' => \'You should write Instagram link here\',
    \'id\' => $prefix . \'text-instagram\',
    \'type\' => \'text\',
    \'std\' => \'https://www.instagram.com/britneyspears/?hl=tr\'
),
array(
    \'name\' => \'Additional Post Description while hover thumbnail\',
    \'desc\' => \'The text will shown on post thumbnail via our elementor post widget\',
    \'id\' => $prefix . \'textarea\',
    \'type\' => \'textarea\',
    \'std\' => \'Its amazing story so I dont know where must I start to tell...\'
)

1 个回复
SO网友:Nils

如果您指定是否使用插件开发这些元数据库,以缩小答案范围,这将非常有用。

如果您正在使用CMB2,则需要查找text\\u url字段ty(请参阅full list 在CMB2 GitHub页面中)。

如果您使用的是MetaBox,那么文本就是其中的一个,因为url字段是隐式的。请参见full list of field types here.

ACF(文本字段)或page\\u链接也是如此。检查其中可用字段类型的完整列表official docs.

但是,还可以选择创建自己的字段类型。

希望这有帮助。

相关推荐

带有图片库上传的自定义Metabox,不会将图像附加到帖子

我已经创建了一个带有图像上传器的自定义元盒,它将多个图像上传到一个图库中,然后我可以查询。这一切都可以接受这样一个事实,即图像不会显示为媒体库中帖子的附件。它们显示为未连接。各位有什么想法吗?<?php // Add the Meta Box function agch_properties_add_custom_meta_box() { add_meta_box( \'custom_meta_box\', // $id