Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wordpress 使用ACF repeater字段显示ACF文本字段短码值_Wordpress_Advanced Custom Fields_Shortcode_Wordpress Shortcode_Acfpro - Fatal编程技术网

Wordpress 使用ACF repeater字段显示ACF文本字段短码值

Wordpress 使用ACF repeater字段显示ACF文本字段短码值,wordpress,advanced-custom-fields,shortcode,wordpress-shortcode,acfpro,Wordpress,Advanced Custom Fields,Shortcode,Wordpress Shortcode,Acfpro,我试图使用ACF快捷码和ACF repeater字段来显示文本字段值。但不是显示短代码值,而是显示短代码本身。谁能告诉我如何使用ACF repeater字段输出shortcode的文本值。请参阅附件以便更好地理解 如果要从php执行短代码,需要使用do\u shortcode()函数。请看这里:

我试图使用ACF快捷码和ACF repeater字段来显示文本字段值。但不是显示短代码值,而是显示短代码本身。谁能告诉我如何使用ACF repeater字段输出shortcode的文本值。请参阅附件以便更好地理解


如果要从php执行短代码,需要使用
do\u shortcode()
函数。请看这里: