[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.146.105.56: ~ $
<?php
get_header(); ?>

	<section id="blog" class="blog-lists <?php echo esc_attr( bizberg_sidebar_position() ); ?>">

	    <div class="container">

		    <div class="row">

		    	<div class="<?php echo bizberg_check_sidebar_active_inactive_class(); ?>">		   		

					<?php
					if ( have_posts() ) :

						if ( is_home() && ! is_front_page() ) : ?>
							<header>
								<h1 class="page-title screen-reader-text"><?php single_post_title(); ?></h1>
							</header>

						<?php
						endif;

						/* Start the Loop */
						echo '<div class="row" id="content">';
						while ( have_posts() ) : the_post();
							bizberg_get_homepage_blog_layout();
						endwhile;
						echo '</div>';

						bizberg_numbered_pagination();

					else :

						get_template_part( 'template-parts/content', 'none' );

					endif; ?>					

				</div>

				<?php 
				
				/**
				* Disable sidebar in grid view
				*/

				if( bizberg_sidebar_position() != 'blog-nosidebar-1' ){ 

					if( is_active_sidebar( 'sidebar-2' ) ){ ?>

						<div class="col-md-4 col-sm-12 bizberg_sidebar">
							<?php get_sidebar(); ?>
				    	</div>
						<?php

					}
					
				} ?>				

			</div>

		</div>

	</section>

<?php
get_footer();

Filemanager

Name Type Size Permission Actions
assets Folder 0755
inc Folder 0755
languages Folder 0755
page-templates Folder 0755
template-parts Folder 0755
404.php File 643 B 0644
LICENSE File 17.62 KB 0644
archive.php File 1.25 KB 0644
comments.php File 1.85 KB 0644
footer.php File 800 B 0644
functions.php File 114.82 KB 0644
header.php File 6.08 KB 0644
index.php File 2.86 KB 0644
page.php File 1.14 KB 0644
readme.txt File 3.48 KB 0644
rtl.css File 5.36 KB 0644
screenshot.jpg File 141.4 KB 0644
search.php File 1.25 KB 0644
sidebar.php File 329 B 0644
single.php File 1.46 KB 0644
style.css File 16.29 KB 0644
wp-comment-walker.php File 3.64 KB 0644
wp-menu-walker.php File 1.65 KB 0644