感谢Tony Djukic coment,下面是一个工作代码示例:
<?PHP
$product_id = 92; /*hard code the product id */
$manufacture_url = get_field( "manufacture_url", $product_id, true );
echo \'some html\' + $manufacture_url + \'some html\'
?>
在编辑模式下,可以在产品URL中找到产品ID。
我使用了xyz PHP插件create shortcode并手动转发shortcode本身中的product id变量。所以我可以为所有帖子维护一个简短的代码。