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/classic.php
<?php /** Don't load directly */ defined( 'ABSPATH' ) || exit; if ( ! function_exists( 'pixwell_post_classic' ) ) : function pixwell_post_classic( $settings = [] ) { $settings = pixwell_get_meta_setting( $settings, 'classic' ); $padding = pixwell_get_option( 'padding_content_classic' ); $post_classes = []; $post_classes[] = 'p-wrap p-classic post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( ! class_exists( 'PIXWELL_CORE' ) ) { $post_classes[] = 'none-core'; } 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 ( ! defined( 'PIXWELL_CORE_VERSION' ) ) : ?> <div class="p-feat"><?php the_post_thumbnail( 'full' ); ?></div> <?php else : ?> <?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; endif; ?> <?php if ( empty( $settings['h_tag'] ) ) : ?> <div class="p-header"><?php pixwell_post_title( 'h2', $settings['bookmark'], 'h1' ); ?></div> <?php else: ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <?php endif; ?> <?php pixwell_post_summary( $settings ); ?> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); pixwell_post_readmore( $settings ); ?> </div> </div> <?php } endif; /** * @param array $settings * @param null $query_data * loop classic 2 */ if ( ! function_exists( 'pixwell_post_classic_2' ) ) : function pixwell_post_classic_2( $settings = [] ) { $settings = pixwell_get_meta_setting( $settings, 'classic_2' ); $settings['cat_classes'] = 'is-relative'; if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h2'; } $post_classes = []; $post_classes[] = 'p-wrap p-classic p-classic-2 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( ! pixwell_is_featured_image( 'pixwell_780x0' ) ) { $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 ); ?>"> <div class="p-header"> <?php pixwell_post_cat_info( $settings ); ?> <?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'], 'h1' ); ?> </div> <?php if ( pixwell_is_featured_image( 'pixwell_780x0' ) ) : ?> <div class="p-feat-holder"> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_780x0', 'autosize' ); ?> </div> <?php pixwell_post_review_info( $settings ); ?> </div> <?php endif; ?> <?php pixwell_post_summary( $settings ); ?> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); pixwell_post_readmore( $settings ); ?> </div> </div> <?php } endif;
Copyright ©2021 || Defacer Indonesia