I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Include VC-Page-Content

Via Shortcode
Inkl. VC CSS-Code

<?php echo do_shortcode(' [post_content id="123"] '); ?>

Ohne WPML

<?php echo '<div class="container">'; $page_id = get_post( 123 ); echo do_shortcode( $page_id->post_content ); echo '</div>'; ?>