SyntaxFix
Write A Post
Hire A Developer
Questions
I've answered my own question. Call apply_filter and there you go.
apply_filter
<?php $id=47; $post = get_post($id); $content = apply_filters('the_content', $post->post_content); echo $content; ?>