%PDF- %PDF-
Direktori : /home/tradesc/www/relax/wp-content/plugins/theplus_elementor_addon/includes/blog/ |
Current File : /home/tradesc/www/relax/wp-content/plugins/theplus_elementor_addon/includes/blog/blog-style-2.php |
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } $postid = get_the_ID(); $bg_attr = $lazyclass = ''; if ( $layout == 'metro' ) { 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' ); } } 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' ); } } if ( tp_has_lazyload() ) { $lazyclass = ' lazy-background'; } } ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="blog-list-content"> <?php if ( $layout != 'metro' ) { ?> <div class="post-content-image"> <a href="<?php echo esc_url( get_the_permalink() ); ?>"> <?php include THEPLUS_INCLUDES_URL . 'blog/format-image.php'; ?> </a> <?php if ( $display_post_category == 'yes' && $style_layout == 'layout-style-2' ) { ?> <?php include THEPLUS_INCLUDES_URL . 'blog/blog-category-' . $post_category_style . '.php'; ?> <?php } ?> </div> <?php } ?> <div class="post-content-bottom"> <?php if ( $display_post_category == 'yes' && $style_layout == 'layout-style-1' || ( $style_layout == 'layout-style-2' && $layout == 'metro' ) ) { ?> <div class="post-metro-category-top"> <?php include THEPLUS_INCLUDES_URL . 'blog/blog-category-' . $post_category_style . '.php'; ?> </div> <?php } ?> <div class="post-metro-content"> <?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 } ?> </div> </div> <?php if ( $layout == 'metro' ) { ?> <div class="blog-bg-image-metro <?php echo esc_attr( $lazyclass ); ?>" <?php echo $bg_attr; ?>></div> <?php } ?> <?php if ( $the_button != '' ) { echo $the_button; } ?> </div> </article>