Forums
(@davidnorman)
14 years, 3 months ago
Solved the issue. Was not adding the_content fitler.
<?php $content = apply_filters(‘the_content’, $content); $content = str_replace(‘]]>’, ‘]]>’, $content); ?>
http://codex.ww.wp.xz.cn/Function_Reference/the_content