[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.144.117.19: ~ $
<?php
/**
 * Template part for displaying posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package Gutener
 */
?>

<?php
	$stickyClass = "col-12";
	$layout_class = '';
	if( get_theme_mod( 'sidebar_settings', 'right' ) == 'right' ) {
		if ( get_theme_mod( 'archive_post_layout', 'grid' ) == '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', 'grid' ) == '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', 'grid' ) == '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', 'grid' ) == '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', 'grid' ) == 'grid' ){
		$stickyClass = "col-sm-6 col-lg-4 grid-post";
	}

	if( !is_sticky() && get_theme_mod( 'archive_post_layout', 'grid' ) == 'list' ){
		$layout_class = 'list-post';
	}elseif( !is_sticky() && get_theme_mod( 'archive_post_layout', 'grid' ) == 'single' ){
		$layout_class = 'single-post';
	}elseif( is_archive() && is_sticky() && get_theme_mod( 'archive_post_layout', 'grid' ) == 'list' ){
		$layout_class = 'list-post';
	}elseif( is_archive() && is_sticky() && get_theme_mod( 'archive_post_layout', 'grid' ) == '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', 'grid' ) == 'grid' || get_theme_mod( 'archive_post_layout', 'grid' ) == 'list' ){
	                		gutener_image_size( 'gutener-420-300' );
	                	}elseif( get_theme_mod( 'archive_post_layout', 'grid' ) == 'single' ){
	                		gutener_image_size( 'gutener-1370-550' );
	                	}
	                }elseif( get_theme_mod( 'sidebar_settings', 'right' ) == 'left' ) {
	                	if ( get_theme_mod( 'archive_post_layout', 'grid' ) == 'grid' || get_theme_mod( 'archive_post_layout', 'grid' ) == 'list' ){
	                		gutener_image_size( 'gutener-420-300' );
	                	}elseif( get_theme_mod( 'archive_post_layout', 'grid' ) == 'single' ){
	                		gutener_image_size( 'gutener-1370-550' );
	                	}
	                }elseif( get_theme_mod( 'sidebar_settings', 'right' ) == 'no-sidebar' ) {
	                	if ( get_theme_mod( 'archive_post_layout', 'grid' ) == 'grid' || get_theme_mod( 'archive_post_layout', 'grid' ) == 'list' ){
	                		gutener_image_size( 'gutener-420-300' );
	                	}elseif( get_theme_mod( 'archive_post_layout', 'grid' ) == 'single' ){
	                		gutener_image_size( 'gutener-1370-550' );
	                	}
	                }elseif( get_theme_mod( 'sidebar_settings', 'right' ) == 'right-left' ) {
	                	if ( get_theme_mod( 'archive_post_layout', 'grid' ) == 'grid' || get_theme_mod( 'archive_post_layout', 'grid' ) == 'list' ){
	                		gutener_image_size( 'gutener-420-300' );
	                	}elseif( get_theme_mod( 'archive_post_layout', 'grid' ) == 'single' ){
	                		gutener_image_size( 'gutener-1370-550' );
	                	}
	                }
	                ?>
	            </a>
	        </figure><!-- .recent-image -->
		<?php
	    endif;
		?>
	    <div class="entry-content">
	    	<header class="entry-header">
				<?php 
					if( !get_theme_mod( 'hide_category', false ) ){
						gutener_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 gutener_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 );
						$sticky_simple_excerpt_length = get_theme_mod( 'sticky_simple_post_excerpt_length', 40 );
						if( is_sticky() ){
							gutener_excerpt( $sticky_simple_excerpt_length , true );
						}else{
							gutener_excerpt( $excerpt_length , true );
						}
					} ?>
					<?php 
					if( !get_theme_mod( 'hide_post_button', true ) && get_theme_mod( 'post_button_text', '' ) ){
						$button_type = 'button-text';
						if ( get_theme_mod( 'post_button_type', 'button-text' ) == 'button-primary' ){
							$button_type = 'button-primary';
						}elseif ( get_theme_mod( 'post_button_type', 'button-text' ) == 'button-outline' ){
							$button_type = 'button-outline';
						} ?>
						<div class="button-container">
							<a href="<?php the_permalink(); ?>" class="<?php echo esc_attr( $button_type ); ?>">
								<?php 
									$post_button_text = get_theme_mod( 'post_button_text', '' );
									echo esc_html( $post_button_text ? $post_button_text : "" );
								?>
							</a>
						</div>
					<?php }	?>	
				</div>
			<?php } ?>
		</div><!-- .entry-content -->
	</article><!-- #post-->
</div>

Filemanager

Name Type Size Permission Actions
feature-posts Folder 0755
footer Folder 0755
header Folder 0755
highlight-posts Folder 0755
slider Folder 0755
content-author.php File 912 B 0644
content-none.php File 1.27 KB 0644
content-page.php File 1.04 KB 0644
content-related-posts.php File 1.43 KB 0644
content-search.php File 1.2 KB 0644
content-single.php File 772 B 0644
content.php File 6.23 KB 0644
header-contact.php File 1.01 KB 0644
offcanvas-menu.php File 1.92 KB 0644
site-branding.php File 1.71 KB 0644
site-info.php File 515 B 0644