Ok got it….
Its the same as for a post… i thought it had to be an page
<?php
$id=149;
$post = get_post($id);
$content = apply_filters(‘the_content’, $post->post_content);
echo get_the_title( $ID );
echo $content;
?>
This is what i found and it works.
So…. how do i include a page_id?
in your style you have:
.site-content .entry-content p a img, .site-content .entry-content p img {
height: 100%;
max-width: 100%;
width: 100%;
}
(Style.css rule 410 )
Remove the: width:100%