whoami7 - Manager
:
/
home
/
topsuzmw
/
public_html
/
wp-content
/
themes
/
pixwell
/
templates
/
modules
/
Upload File:
files >> /home/topsuzmw/public_html/wp-content/themes/pixwell/templates/modules/grid.php
<?php /** Don't load directly */ defined( 'ABSPATH' ) || exit; if ( ! function_exists( 'pixwell_post_grid_1' ) ) : function pixwell_post_grid_1( $settings = [] ) { $settings = pixwell_get_meta_setting( $settings, 'grid_1' ); if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h3'; } $post_classes = []; $post_classes[] = 'p-wrap p-grid p-grid-1 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( ! empty( $settings['post_shadow'] ) ) { $post_classes[] = 'is-post-shadow'; } if ( ! pixwell_is_featured_image( 'pixwell_370x250' ) ) { $post_classes[] = 'no-feat'; } if ( empty( pixwell_post_meta_info( $settings ) ) && empty( $settings['readmore'] ) ) { $post_classes[] = ' rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <?php if ( pixwell_is_featured_image( 'pixwell_370x250' ) ) : ?> <div class="p-feat-holder"> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_370x250' ); pixwell_post_cat_info( $settings ); ?> </div> <?php pixwell_post_review_info( $settings ); ?> </div> <?php endif; ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <?php pixwell_post_summary( $settings ); ?> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); pixwell_post_readmore( $settings ); ?> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_grid_2' ) ) : function pixwell_post_grid_2( $settings = [] ) { $settings = pixwell_get_meta_setting( $settings, 'grid_2' ); if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h4'; } $post_classes = []; $post_classes[] = 'p-wrap p-grid p-grid-2 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( ! pixwell_is_featured_image( 'pixwell_280x210' ) ) { $post_classes[] = 'no-feat'; } if ( empty( pixwell_post_meta_info( $settings ) ) && empty( $settings['readmore'] ) ) { $post_classes[] = ' rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <?php if ( pixwell_is_featured_image( 'pixwell_280x210' ) ) : ?> <div class="p-feat-holder"> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_280x210', 'pc-75' ); pixwell_post_cat_info( $settings ); ?> </div> <?php pixwell_post_review_info( $settings ); ?> </div> <?php endif; ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <?php pixwell_post_summary( $settings ); ?> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); pixwell_post_readmore( $settings ); ?> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_grid_3' ) ) : function pixwell_post_grid_3( $settings = [] ) { $settings = pixwell_get_meta_setting( $settings, 'grid_3' ); $padding = pixwell_get_option( 'padding_content_grid_3' ); if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h2'; } $post_classes = []; $post_classes[] = 'p-wrap p-grid p-grid-3 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( ! pixwell_is_featured_image( 'pixwell_370x250-2x' ) ) { $post_classes[] = 'no-feat'; } if ( empty( pixwell_post_meta_info( $settings ) ) && empty( $settings['readmore'] ) ) { $post_classes[] = 'rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } if ( ! empty( $padding ) ) { $post_classes[] = 'is-padding'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <?php if ( pixwell_is_featured_image( 'pixwell_370x250-2x' ) ) : ?> <div class="p-feat-holder"> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_370x250-2x' ); pixwell_post_cat_info( $settings );; ?> </div> <?php pixwell_post_review_info( $settings ); ?> </div> <?php endif; ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <?php pixwell_post_summary( $settings ); ?> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); pixwell_post_readmore( $settings ); ?> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_grid_4' ) ) : function pixwell_post_grid_4( $settings = [] ) { $settings = pixwell_get_meta_setting( $settings, 'grid_4' ); $title_classes = 'h5'; $post_classes = []; $post_classes[] = 'p-wrap p-grid p-grid-4 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( ! pixwell_is_featured_image( 'pixwell_280x210' ) ) { $post_classes[] = 'no-feat'; } if ( ! empty( $settings['popular_style'] ) ) { $post_classes[] = 'is-pop-style'; $title_classes = 'h6'; } if ( empty( pixwell_post_meta_info( $settings ) ) ) { $post_classes[] = 'rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <?php if ( pixwell_is_featured_image( 'pixwell_280x210' ) ) : ?> <div class="p-feat-holder"> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_280x210', 'pc-75' ); pixwell_post_cat_info( $settings ); ?> </div> <?php pixwell_post_review_info( $settings ); ?> </div> <?php endif; ?> <div class="p-body"> <div class="p-header"> <?php if ( ! empty( $settings['popular_count'] ) ) : ?> <span class="counter-index"><?php echo esc_attr( $settings['popular_count'] ); ?> <span class="dot-index">.</span></span> <?php endif; ?> <?php if ( empty( $settings['h_tag'] ) ) : ?> <div class="p-header"><?php pixwell_post_title( 'h4', $settings['bookmark'], $title_classes ); ?></div> <?php else: ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <?php endif; ?> </div> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); ?> </div> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_grid_5' ) ) : function pixwell_post_grid_5( $settings = [] ) { $settings = pixwell_get_meta_setting( $settings, 'grid_5' ); $settings['cat_classes'] = 'is-relative'; if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h3'; } $post_classes = []; $post_classes[] = 'p-wrap p-grid p-grid-5 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( ! empty( $settings['classes'] ) ) { $post_classes[] = esc_attr( $settings['classes'] ); } if ( ! pixwell_is_featured_image( 'pixwell_400x450' ) ) { $post_classes[] = 'no-feat'; } if ( empty( pixwell_post_meta_info( $settings ) ) && empty( $settings['readmore'] ) ) { $post_classes[] = 'rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <?php if ( pixwell_is_featured_image( 'pixwell_400x450' ) ) : ?> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_400x450', 'pc-110' ); pixwell_post_review_info( $settings ); ?> </div> <?php endif; ?> <div class="p-content-wrap"> <?php pixwell_post_cat_info( $settings ); ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <?php pixwell_post_summary( $settings ); ?> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); pixwell_post_readmore( $settings ); ?> </div> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_grid_6' ) ) : function pixwell_post_grid_6( $settings = [] ) { $settings = pixwell_get_meta_setting( $settings, 'grid_6' ); $settings['cat_classes'] = 'is-relative'; if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h3'; } $post_classes = []; $post_classes[] = 'p-wrap p-grid p-grid-6 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } $text_style = pixwell_get_option( 'text_style_grid_6' ); if ( ! empty( $settings['classes'] ) ) { $post_classes[] = esc_attr( $settings['classes'] ); } if ( ! empty( $text_style ) && 'light' == $text_style ) { $post_classes[] = 'is-light-text'; } if ( ! pixwell_is_featured_image( 'pixwell_400x450' ) ) { $post_classes[] = 'no-feat'; } if ( empty( pixwell_post_meta_info( $settings ) ) && empty( $settings['readmore'] ) ) { $post_classes[] = 'rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <?php if ( pixwell_is_featured_image( 'pixwell_400x450' ) ) : ?> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_400x450', 'pc-110' ); pixwell_post_review_info( $settings ); ?> </div> <?php endif; ?> <div class="p-content-wrap"> <div class="p-content-inner"> <?php pixwell_post_cat_info( $settings ); ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <?php pixwell_post_summary( $settings ); ?> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); pixwell_post_readmore( $settings ); ?> </div> </div> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_grid_7' ) ) : function pixwell_post_grid_7( $settings = [] ) { $format = pixwell_get_post_format(); $self_hosted_audio_id = rb_get_meta( 'audio_hosted' ); $settings = pixwell_get_meta_setting( $settings, 'grid_7' ); $padding = pixwell_get_option( 'padding_content_grid_7' ); if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h2'; } $post_classes = []; $post_classes[] = 'p-wrap p-podcast-wrap p-grid p-grid-7 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( ! pixwell_is_featured_image( 'pixwell_370x250-2x' ) ) { $post_classes[] = 'no-feat'; } if ( empty( pixwell_post_meta_info( $settings ) ) && empty( $settings['readmore'] ) ) { $post_classes[] = 'rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } if ( ! empty( $padding ) ) { $post_classes[] = 'is-padding'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <?php if ( pixwell_is_featured_image( 'pixwell_370x250-2x' ) ) : ?> <div class="p-feat-holder"> <div class="p-feat"> <?php if ( 'audio' == $format && empty( $self_hosted_audio_id ) ) { ?> <div class="p-no-hosted"> <?php pixwell_single_featured_audio(); ?> </div> <?php } else { pixwell_post_thumb( 'pixwell_370x250-2x' ); } pixwell_post_cat_info( $settings );; ?> </div> <?php pixwell_post_review_info( $settings ); ?> </div> <?php endif; ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <?php if ( ! empty( $self_hosted_audio_id ) ) { pixwell_single_featured_audio(); } ?> <?php pixwell_post_summary( $settings ); ?> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); pixwell_post_readmore( $settings ); ?> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_grid_w1' ) ) : function pixwell_post_grid_w1() { ?> <div class="p-wrap p-grid p-grid-w1 post-<?php echo get_the_ID(); ?>"> <?php if ( pixwell_is_featured_image( 'pixwell_280x210' ) ) : ?> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_280x210', 'pc-75' ); ?> </div> <?php endif; pixwell_post_title( 'h6' ); ?> </div> <?php } endif; if ( ! function_exists( 'pixwell_grid_flex_1' ) ) { function pixwell_grid_flex_1( $settings = [] ) { if ( empty( $settings['block_structure'] ) || ! is_array( $settings['block_structure'] ) ) { return; } $settings['post_classes'] = 'p-grid p-grid-1'; if ( ! empty( $settings['box_style'] ) ) { $settings['post_classes'] = 'p-box p-grid-box-1 box-' . $settings['box_style']; } if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h3'; } if ( empty( $settings['crop_size'] ) ) { $settings['crop_size'] = 'pixwell_370x250-2x'; } if ( ! empty( $settings['meta_review'] ) && 1 == $settings['meta_review'] ) { $settings['review'] = true; } $settings['cat_info'] = true; pixwell_post_open_tag( $settings ); if ( ! empty( $settings['box_style'] ) ) { echo '<div class="grid-box">'; } foreach ( $settings['block_structure'] as $element ) : switch ( $element ) { case 'thumbnail' : pixwell_featured_with_category( $settings ); break; case 'title' : pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); break; case 'excerpt' : pixwell_entry_excerpt( $settings ); break; case 'meta' : echo pixwell_post_flex_meta_info( $settings ); break; case 'readmore' : $settings['readmore'] = pixwell_get_option( 'readmore_text' ); pixwell_post_readmore( $settings ); break; case 'divider' : pixwell_entry_divider( $settings ); break; } endforeach; if ( ! empty( $settings['box_style'] ) ) { echo '</div>'; } pixwell_post_close_tag(); } }
Copyright ©2021 || Defacer Indonesia