HEX
Server: Apache
System: Linux p3plzcpnl507418.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: retoti4c1e1s (10075650)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/retoti4c1e1s/public_html/longevitystructures.com/wp-content/themes/codate/index.php
<?php get_header();
$themnific_redux = get_option( 'themnific_redux' );?>
    
<?php // blog content - start ?>

<?php 	
	$themnific_redux = get_option( 'themnific_redux' );
	if (!empty($themnific_redux['tmnf-blog-layout'])) {
		$themnific_blog_layout = $themnific_redux['tmnf-blog-layout']; 
	}
?>
<div id="core"> 
 
    <div class="container_alt">
    
        <div id="content" class="eightcol">
        
        	<div class="<?php if (empty($themnific_redux['tmnf-blog-layout'])) {echo 'blogger';} else {
				if($themnific_blog_layout == 'blog_layout'){
						echo 'blogger';
					}elseif($themnific_blog_layout == 'blog_layout_2'){
						echo 'blogger blog_layout_2';
					}elseif($themnific_blog_layout == 'blog_layout_list'){
						echo 'blogger blog_layout_list';
					} else {
						echo 'blogger';
				}
			} ?>">
            
				<?php 
                if (have_posts()) :  while (have_posts()) : the_post();
                          if (empty($themnific_redux['tmnf-blog-layout'])) {get_template_part('/post-types/post-classic-big');} else {
                              if($themnific_blog_layout == 'blog_layout'){
                                    get_template_part('/post-types/post-classic-big');
                                  }elseif($themnific_blog_layout == 'blog_layout_2'){
                                    get_template_part('/post-types/post-classic');
                                  }elseif($themnific_blog_layout == 'blog_layout_list'){
                                    get_template_part('/post-types/post-classic');
                                  } else {
                                    get_template_part('/post-types/post-classic-big');
                              }
                          }  
                endwhile; ?><!-- end post -->
                
                <div class="clearfix"></div>
                
            </div><!-- end .blogger-->
            
            <div class="clearfix"></div>
            
            <div class="pagination"><?php the_posts_pagination(); ?></div>
            
            <?php else : ?>
            
                <div class="errorentry entry ghost">
                
                    <h1 class="post entry-title" itemprop="headline"><?php esc_html_e('Nothing found here','codate');?></h1>
                    
                    <h4><?php esc_html_e('Perhaps You will find something interesting from these lists...','codate');?></h4>
                    
                    <div class="hrline"></div>
                    
                    <?php get_template_part('/includes/uni-404-content');?>
                    
                </div>
                
            </div><!-- end .blogger 2nd -->
            
            <?php  endif;  ?>
            
            <div class="clearfix"></div>
            
        </div><!-- end .content -->
        
		<?php get_sidebar();?>
        
    </div><!-- end .container -->
    
</div><!-- end #core -->	

<?php // blog content - end ?>
<?php get_footer(); ?>