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-custom-page.php
<?php

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

?>

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

	<?php the_content(); ?>

	<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'
		) );
	?>

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