template_lock = 'insert'; $post_type_object->template = array( array('core/paragraph', array('content' => 'Some text')), array('core/paragraph', array('content' => 'Some text')), array('core/paragraph', array('content' => 'Some text')), array('core/paragraph', array('content' => 'et un autre')), ); } add_action('init', 'theme_register_template');