I have to get specific page content (like page(12))
I used that :
post_content; ?>
One liner:
if (have_posts()):while(have_posts()): the_post(); the_content(); endwhile; endif; ?>