HEX
Server: LiteSpeed
System: Linux s917.lon1.mysecurecloudhost.com 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: assibfaf (3034)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/assibfaf/public_html/wp-content/themes/zzero/archive.php
<?php 
/*
 * Template Name: Blog
 */
get_header();?>

<section class="section pt-5" style="padding-top: 50px;">
    <div class="container">
        <div class="row">
            <div class="col-lg-8">
	            <?php if ( have_posts() ) : ?>
    				<?php while ( have_posts() ) : the_post(); ?>
    
    					<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
                        	<a class="post-link" href="<?php echo esc_url( gringo_get_link_url() ); ?>" target="_blank"><span class="genericon genericon-link"><span class="screen-reader-text"><?php printf( __( 'External link to %s', 'gringo' ), the_title( '', '', false ) ); ?></span></span></a>
                        
                        	<header class="entry-header">
                        		<?php
                        			gringo_entry_categories();
                        			the_title( sprintf( '<h1 class="entry-title"><a href="%s" rel="bookmark">', esc_url( gringo_get_link_url() ) ), '</a></h1>' ); ?>
                        	</header><!-- .entry-header -->
                        
                        	<div class="entry-summary">
                        		<?php the_excerpt(); ?>
                        	</div><!-- .entry-content -->
                        
                        	<div class="entry-meta">
                        		<?php gringo_entry_meta(); ?>
                        	</div><!-- .entry-meta -->
                        </article><!-- #post-## -->

    				<?php endwhile; ?>
    
    				<!-- Start of pagination -->
            		<div class="pagination">
            			<?php readable_pagination(); ?>
            		</div>
            		<!-- End of pagination -->
    
    			<?php else : ?>
                    <div class="error404">
                    	<div class="section-404">
                    		<h1 class="mb-5 text-center">Nothing Found</h1>
                    		<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>

                    			<p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'gringo' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p>
                    
                    		<?php elseif ( is_search() ) : ?>
                    
                    			<p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'gringo' ); ?></p>
                    			<?php get_search_form(); ?>
                    
                    		<?php else : ?>
                    
                    			<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'gringo' ); ?></p>
                    			<?php get_search_form(); ?>
                    
                    		<?php endif; ?>
                    	</div>
                    </div>
    			<?php endif; ?>
        	</div>
        	<div class="col-lg-4 d-none d-lg-block">
        	    <?php get_sidebar(); ?>
        	</div>	
        </div>
	</div>
</section>

<?php get_template_part( 'widgets/cta', 'calculator' ); ?>

<section class="section features-section">
    <div class="container">
        <?php get_template_part( 'widgets/features' ); ?>
    </div>
</section>

<?php get_template_part( 'widgets/guarantees' ); ?>

<?php get_footer(); ?>