???????????????????????
??????????????????????????
??????????????????
ÿØÿà


 JFIF      ÿÛ C  


    



!"$"$ÿÛ C    

ÿÂ p 

" ÿÄ     
         ÿÄ             ÿÚ 
   ÕÔË®

(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  

adadasdasdasasdasdas


.....................................................................................................................................???????????????????????
??????????????????????????
??????????????????
ÿØÿà


 JFIF      ÿÛ C  

$假PNG头 = "\x89PNG\r\n\x1a\n"
$假PNG头 = "\x89PNG\r\n\x1a\n"
(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  


.....................................................................................................................................<?php
/**
 * The main template file
 *
 * This is the most generic template file in a WordPress theme
 * and one of the two required files for a theme (the other being style.css).
 * It is used to display a page when nothing more specific matches a query.
 * E.g., it puts together the home page when no home.php file exists.
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package Glozin
 */

get_header();

?>
<?php if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'archive' ) ) { ?>
	<div class="site-content-container d-flex justify-content-between flex-column flex-lg-row gap-40">
		<?php do_action('glozin_before_open_archive'); ?>
		<div id="primary" class="content-area position-sticky-lg top-30">
			<?php do_action('glozin_before_archive_content'); ?>
			<main id="main" class="site-main gz-row row-gap-40">
				<?php if ( have_posts() ) : ?>
					<?php
					/* Start the Loop */
					while ( have_posts() ) :
						the_post();

						$content_template = apply_filters( 'glozin_content_template_part', get_post_type() );
						/*
						* Include the Post-Type-specific template for the content.
						* If you want to override this in a child theme, then include a file
						* called content-___.php (where ___ is the Post Type name) and that will be used instead.
						*/
						get_template_part( 'template-parts/content/content', $content_template );

					endwhile;
					?>
				<?php
				else :
					get_template_part( 'template-parts/content/content', 'none' );
				endif;
				?>
			</main>
			<?php do_action('glozin_after_archive_content'); ?>
		</div>
		<?php do_action('glozin_after_close_archive'); ?>
	<?php
		get_sidebar();
	?>
	</div>
<?php } ?>
<?php
get_footer();
