%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/tradesc/www/relax/wp-content/plugins/theplus_elementor_addon/includes/blog/
Upload File :
Create Path :
Current File : /home/tradesc/www/relax/wp-content/plugins/theplus_elementor_addon/includes/blog/blog-style-4.php

<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}
$postid  = get_the_ID();
$bg_attr = $lazyclass = '';
if ( ( ! empty( $display_thumbnail ) && $display_thumbnail == 'yes' ) && ! empty( $thumbnail ) ) {
	$featured_image = get_the_post_thumbnail_url( $postid, $thumbnail );
	if ( ! empty( $featured_image ) ) {
		$bg_attr = 'style="background:url(' . $featured_image . ') #f7f7f7;"';
	} else {
		$bg_attr = theplus_loading_image_grid( $postid, 'background' );
	}
} elseif ( $layout == 'carousel' && ! empty( $thumbnail_car ) ) {
	$featured_image = get_the_post_thumbnail_url( $postid, $thumbnail_car );
	if ( ! empty( $featured_image ) ) {
		$bg_attr = 'style="background:url(' . $featured_image . ') #f7f7f7;"';
	} else {
		$bg_attr = theplus_loading_image_grid( $postid, 'background' );
	}
} else {
	$featured_image = get_the_post_thumbnail_url( $postid, 'full' );
	if ( ! empty( $featured_image ) ) {
		$bg_attr = theplus_loading_bg_image( $postid );
	} else {
		$bg_attr = theplus_loading_image_grid( $postid, 'background' );
	}
}
	$lazyclass = '';
if ( tp_has_lazyload() ) {
	$lazyclass = ' lazy-background';
}
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<div class="blog-list-content">		
		<div class="post-content-bottom">
			<a href="<?php echo esc_url( get_the_permalink() ); ?>" class="post-bg-image-content"><div class="blog-bg-image-metro <?php echo esc_attr( $lazyclass ); ?>" <?php echo $bg_attr; ?>></div></a>
			<div class="post-metro-content">
				<?php if ( $display_post_category == 'yes' ) { ?>
					<div class="post-metro-category-top">
						<?php include THEPLUS_INCLUDES_URL . 'blog/blog-category-' . $post_category_style . '.php'; ?>
					</div>
				<?php } ?>
				<?php require THEPLUS_INCLUDES_URL . 'blog/post-meta-title.php'; ?>
				<?php if ( ! empty( $display_excerpt ) && $display_excerpt == 'yes' && get_the_excerpt() ) { ?>
					<div class="post-hover-content">
						<?php include THEPLUS_INCLUDES_URL . 'blog/get-excerpt.php'; ?>
					</div>
				<?php } ?>
				<?php if ( ! empty( $display_post_meta ) && $display_post_meta == 'yes' ) { ?>
					<?php include THEPLUS_INCLUDES_URL . 'blog/blog-post-meta-' . $post_meta_tag_style . '.php'; ?>
				<?php } ?>
				<?php
				if ( $the_button != '' ) {
					echo $the_button;
				}
				?>
			</div>
		</div>		
	</div>
</article>

Zerion Mini Shell 1.0