您好,我正在使用自定义帖子类型UI和高级自定义字段插件,并希望使用默认内容编辑器作为自定义帖子类型的一个字段。当我使用_content()时;在输出内容的模板代码中,它不起作用。
<div class="singleProjectContainer">
<h1><?php the_title(); ?></h1>
<p><?php the_field(\'description\'); ?></p>
<?php the_content(); ?>
</div>
谁能帮我一下吗。我搜索过谷歌,但我看到的答案更多地与内容过滤器有关。