您需要使用ACF Options Page 插件。
This Plugin has been deleted from the repository. Now you can use the function without the plugin.
选项页面功能提供了一组用于添加额外管理页面的功能,并且保存在选项页面上的所有数据都是global.
Sea插件overview
安装插件后,您必须将以下内容添加到functions.php
if( function_exists(\'acf_add_options_page\') ) {
acf_add_options_page();
}
以及
选项;标签将在您的管理区域可见。然后您只需要使用以下规则创建acf字段\'If Options Page is equal to Options\'
最后显示字段:
echo get_field(\'phone_number\', \'option\');