Viewing File: /home/maglabs/conqmedia/wp-content/themes/bopea/inc/misc/tpl-viewgrid.php

<?php
$jl_ach_t = get_theme_mod('jl_ach_t', 'h2');
?>
<div class="jl_cgrid_layout jl_frsha">
	<?php if ( has_post_thumbnail()) {?>
		<div class="jl_img_holder">
			<div class="jl_imgw jl_radus_e">
			    <div class="jl_imgin">
								<?php
								if (!empty(get_theme_mod('jl_archive_img'))) {
									the_post_thumbnail(get_theme_mod('jl_archive_img'));
								}else{
									the_post_thumbnail('bopea_layouts');
								}
								?>
			    </div>
			    <?php bopea_video_media(get_the_ID());?>
			    <?php bopea_review_bar(get_the_ID(), get_post_meta( get_the_ID(), true ));?>
			    <a class="jl_imgl" href="<?php the_permalink();?>"></a>
				<?php bopea_post_tumb_cat(get_the_ID());?>
			</div>
		</div>
	<?php }?>
	<div class="jl_fe_text">
		<?php bopea_post_cat(get_the_ID());?>
		<<?php echo esc_attr($jl_ach_t);?> class="h2 jl_fe_title"><a href="<?php the_permalink(); ?>"><?php the_title()?></a></<?php echo esc_attr($jl_ach_t);?>>
		<p class="jl_fe_des"><?php echo wp_trim_words( get_the_excerpt(), 23, '...' );?> </p>
		<?php bopea_post_meta(get_the_ID());?>
	</div>
</div>
Back to Directory File Manager