【发布时间】:2014-10-14 00:20:53
【问题描述】:
我想在我的模板文件中硬编码这个 WordPress 短代码。有什么办法吗?
[wunderground location="Philadelphia, PA" numdays="3" layout="simple"]
目前仅在我添加到页面 WTSIWYG 时才有效
【问题讨论】:
标签: php html wordpress wunderground
我想在我的模板文件中硬编码这个 WordPress 短代码。有什么办法吗?
[wunderground location="Philadelphia, PA" numdays="3" layout="simple"]
目前仅在我添加到页面 WTSIWYG 时才有效
【问题讨论】:
标签: php html wordpress wunderground
试试这个:
<?php echo do_shortcode("[shortcode]"); ?>
参考:http://codex.wordpress.org/Function_Reference/do_shortcode
【讨论】: