$page_id = 477;
$page_data = get_page( $page_id );
$content = apply_filters('the_content', $page_data->post_content);
echo $content; // Output Content
?>
$page_data = get_page( $page_id );
$content = apply_filters('the_content', $page_data->post_content);
echo $content; // Output Content
?>
global $post;
$myposts = query_posts('category_name=over_ons');
foreach( $myposts as $post ) : setup_postdata($post);
?>
endforeach;
ID; echo get_the_post_thumbnail($postid, array(205, 205)); ?>
?>
































