Visual Composer integration

时间:2014-12-06 作者:Pablo

我已经在自己的模板上安装了Visual Composer。问题是它并没有呈现所有的短代码。

<?php  $post = get_post( $post->ID );
echo $post->post_content; ?>
那代码错了吗?我是否缺少一些include或没有运行某些函数?

1 个回复
最合适的回答,由SO网友:Pablo 整理而成

问题已解决:

我不得不这么做do_shortcodepost_content.

结束

相关推荐

OOP and WordPress shortcode

我试图通过这种方式添加一个短代码class MyPlugin { function __construct() { $this->make_shortcode(); } function ShowMsg($cls, $lst4) { $data = shortcode_atts(array(\'phn\' => \'\', \'msg\' => \'\'), $atts);