0
0
Read Time:11 Second
[vc_row][vc_column][vc_column_text]$post = get_post(12); // specific post
[/vc_column_text][/vc_column][/vc_row]
$the_content = apply_filters('the_content', $post->post_content);
if ( !empty($the_content) ) {
echo $the_content;
}