<?php
$page_id = 505;
$page_data = get_page( $page_id );
echo apply_filters(‘the_content’, $page_data->post_content);
?>