File: /mnt/home/lcipakco/public_html/wp-content/themes/convis/template-parts/contents/content-page.php
<?php
/**
* Template part for displaying page content in page.php
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Convis
*/
?>
<div id="post-<?php the_ID(); ?>" <?php post_class( 'page-inner clearfix' ); ?>>
<?php
the_content();
wp_link_pages( [
'before' => '<div class="page-links"><span class="page-links-title">' . esc_html__( 'Pages:', 'convis' ) . '</span>',
'after' => '</div>',
] );
?>
</div>