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/dreamsrent-wp/wp-content/themes/dreamsrent/templates/blog/content-page.php


<div class="<?php if(in_array('redux-framework/redux-framework.php', apply_filters('active_plugins', get_option('active_plugins')))) { ?> dreamsrent_content <?php } else { ?>  default_page
 <?php } ?>">

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