| Server IP : 208.109.34.209 / Your IP : 216.73.217.134 Web Server : Apache System : Linux 209.34.109.208.host.secureserver.net 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64 User : oceanproject ( 1012) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/oceanproject/public_html/wp-content/themes/reda/ |
Upload File : |
<?php get_header();
while ( have_posts() ) : the_post(); ?>
<div class="classic page-bg-color">
<div class="row">
<div class="small-12 columns small-centered blog-content">
<?php if(function_exists('get_field')) :
$show_title = get_field('reda_show_page_title', 'option');
if(is_null($show_title)) {
$show_title = true;
}
if(isset($show_title) && $show_title != false) : ?>
<div class="page-header animate-text loaded-text page-header-title">
<h3><?php the_title();?></h3>
</div>
<?php endif; ?>
<?php else: ?>
<div class="page-header animate-text loaded-text page-header-title">
<h3><?php the_title();?></h3>
</div>
<?php endif; ?>
<?php the_content(); ?>
</div>
<div class="small-12 columns small-centered blog-content">
<?php
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
?>
</div>
</div>
</div>
<?php endwhile; ?>
<?php get_footer();