我想在我的模板文件中硬编码这个 WordPress 短代码。有没有办法做到这一点?
[wunderground location="Philadelphia, PA" numdays="3" layout="simple"]
目前仅在我添加到页面 WTSIWYG 时才有效
我想在我的模板文件中硬编码这个 WordPress 短代码。有没有办法做到这一点?
[wunderground location="Philadelphia, PA" numdays="3" layout="simple"]
目前仅在我添加到页面 WTSIWYG 时才有效
试试这个:
<?php echo do_shortcode("[shortcode]"); ?>
参考:http ://codex.wordpress.org/Function_Reference/do_shortcode