HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/public_html/wp-content/themes/egovt/content/content-page.php
<?php 
$show_page_heading = get_post_meta(egovt_get_current_id(), "ova_met_page_heading", true) ? get_post_meta(egovt_get_current_id(), "ova_met_page_heading", true) : 'yes';
 ?>
<?php if($show_page_heading == 'yes'){ ?>
    <h1 class="page-title">
    	<?php the_title();?>
    </h1>
<?php } ?>

<?php 
	the_content();
?>
<div class="page-links">
	<?php
		wp_link_pages( array(
			'before'      => '<span class="page-links-title">' . esc_html__( 'Pages:', 'egovt' ) . '</span>',
			'after'       => '',
			'link_before' => '<span>',
			'link_after'  => '</span>',
			'pagelink'    => '<span class="screen-reader-text">' . esc_html__( 'Page', 'egovt' ) . ' </span>%',
			'separator'   => '',
		) );
	?>

</div>