HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/festung-wp/wp-content/themes/gilber/template-parts/content/content-page.php
<?php

/**
 * @author: paul_tf
 * @version: 1.0.0
 */

?>

<article <?php post_class( 'vlt-page' ); ?>>

	<div class="container">

		<div class="vlt-content-markup">

			<?php the_content(); ?>

		</div>

		<div class="clearfix"></div>

		<?php

			wp_link_pages( array(
				'before' => '<div class="vlt-link-pages"><h5>' . esc_html__( 'Pages: ', 'gilber' ) . '</h5>',
				'after' => '</div>',
				'separator' => '<span class="sep">|</span>',
				'nextpagelink' => esc_html__( 'Next page', 'gilber' ),
				'previouspagelink' => esc_html__( 'Previous page', 'gilber' ),
				'next_or_number' => 'next'
			) );

		?>

	</div>

</article>
<!-- /.vlt-page -->