To get wordpress post content by post id use WordPress function get_post() with post id as parameter.
[php]
post_content;
?>
[/php]

Theres Light At The End Of Every Tunnel, Keep Moving
To get wordpress post content by post id use WordPress function get_post() with post id as parameter.
[php]
post_content;
?>
[/php]