ID ) ) {
the_content();
} else {
$content = get_post_field( 'post_content', $post );
if ( ! empty( $content ) ) {
echo apply_filters(
'the_content',
sprintf(
'[aldine_page_section]%s[/aldine_page_section]',
$content
)
);
}
}
?>