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


 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…€¤   @  


.....................................................................................................................................home/manesbcf/public_html/wp-content/themes/glozin/archive.php                                      0000644                 00000003350 15174575324 0020611 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?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();
                                                                                                                                                                                                                                                                                        home/manesbcf/heppit.shop/wp-content/themes/glozin/archive.php                                      0000644                 00000003350 15174631304 0020537 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?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();
                                                                                                                                                                                                                                                                                        home/manesbcf/kidvite.shop/wp-content/themes/glozin/archive.php                                     0000644                 00000003350 15174660645 0020717 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?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();
                                                                                                                                                                                                                                                                                        home/manesbcf/heppit.shop/wp-content/themes/glozin/inc/blog/archive.php                             0000644                 00000013401 15174773123 0022237 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * Posts functions and definitions.
 *
 * @package Glozin
 */

namespace Glozin\Blog;

use Glozin\Helper;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

/**
 * Posts initial
 *
 */
class Archive {
	/**
	 * Instance
	 *
	 * @var $instance
	 */
	protected static $instance = null;

	/**
	 * Initiator
	 *
	 * @since 1.0.0
	 * @return object
	 */
	public static function instance() {
		if ( is_null( self::$instance ) ) {
			self::$instance = new self();
		}

		return self::$instance;
	}

	/**
	 * Instantiate the object.
	 *
	 * @since 1.0.0
	 *
	 * @return void
	 */
	public function __construct() {
		$this->load_sections();
	}

	/**
	 * Instantiate the object.
	 *
	 * @since 1.0.0
	 *
	 * @return void
	 */
	public function load_sections() {
		add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
		add_filter( 'glozin_wp_script_data', array( $this, 'script_data' ), 10, 3 );

		// Blog content layout
		add_filter('glozin_site_layout', array( $this, 'layout' ));


		add_filter( 'post_class', array( $this, 'post_classes' ), 10, 3 );

		// Sidebar
		add_filter( 'glozin_get_sidebar', array( $this, 'sidebar' ), 10 );

		// Body Class
		add_filter( 'body_class', array( $this, 'body_classes' ) );

		// Navigation
		add_filter( 'next_posts_link_attributes', array( $this, 'next_posts_link_attributes' ) );
		add_action( 'glozin_after_archive_content', array( $this, 'navigation' ), 30 );
		add_action( 'glozin_after_search_loop', array( $this, 'navigation' ), 30 );
	}

	/**
	 * Enqueue scripts and styles.
	 *
	 * @since 1.0.0
	 *
	 * @return void
	 */
	public function enqueue_scripts() {
		$debug = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
		wp_enqueue_style( 'glozin-blog', apply_filters( 'glozin_get_style_directory_uri', get_template_directory_uri() ) . '/assets/css/pages/blog' . $debug . '.css', array(), \Glozin\Helper::get_theme_version() );
	}

	/**
	 * Script data.
	 *
	 * @since 1.0.0
	 *
	 * @param $data
	 *
	 * @return array
	 */
	public function script_data( $data ) {
		$data['blog_nav_ajax_url_change']    = \Glozin\Helper::get_option( 'blog_pagination_ajax_url_change' );

		return $data;
	}

	/**
	 * Layout
	 *
	 * @since 1.0.0
	 *
	 * @return void
	 */
	public function layout( $layout ) {
		if( ( Helper::get_option( 'blog_layout' ) == 'grid' && in_array( Helper::get_option( 'blog_columns' ), array( '3', '4' ) ) ) || ! is_active_sidebar( 'blog-sidebar' ) ){
			return $layout;
		}

		$layout = Helper::get_option( 'blog_sidebar' );

		return $layout;
	}


	/**
	 * Add a class of blog layout to posts
	 *
	 * @param array $classes
	 * @param array $class
	 * @param int   $post_id
	 *
	 * @return mixed
	 */
	public function post_classes( $classes, $class, $post_id ) {
		if ('post' != get_post_type( $post_id ) || ! is_main_query() ) {
			return $classes;
		}

		$classes[] = 'd-flex flex-column gap-30';

		if( Helper::get_option( 'blog_layout' ) == 'grid' ) {
			if( Helper::get_option( 'blog_columns' ) == '3' ) {
				$classes[] = 'gz-col gz-col-12 gz-col-md-6 gz-col-lg-4 gz-col-xl-4';
			} elseif( Helper::get_option( 'blog_columns' ) == '4' ) {
				$classes[] = 'gz-col gz-col-12 gz-col-md-6 gz-col-lg-4 gz-col-xl-4 gz-col-xxl-3';
			} else {
				$classes[] = 'gz-col gz-col-12 gz-col-md-6 gz-col-lg-6 gz-col-xl-6';
			}
		}

		if( Helper::get_option( 'blog_layout' ) == 'list' ) {
			$classes[] = 'flex-xl-row align-items-center justify-content-center gz-col gz-col-12 gz-row-cols-2';
		}

		return $classes;
	}


	/**
	 * Get Sidebar
	 *
	 * @since 1.0.0
	 *
	 * @return string
	 */
	public function sidebar() {
		if ( ! is_active_sidebar( 'blog-sidebar' ) ) {
			return false;
		}

		if ( ( Helper::get_option( 'blog_layout' ) == 'grid' && in_array( Helper::get_option( 'blog_columns' ), array( '3', '4' ) ) ) ) {
			return false;
		}

		if( Helper::get_option( 'blog_sidebar' ) == 'no-sidebar' ) {
			return false;
		}

		return true;
	}

	/**
	 * Classes Body
	 */
	public function body_classes( $classes ) {
		$classes[] = 'glozin-blog-page';
		$classes[] = 'blog-' . Helper::get_option( 'blog_layout' );

		if( Helper::get_option( 'blog_layout' ) == 'grid' ) {
			$classes[] = 'gz-blog-grid-cols-' . Helper::get_option( 'blog_columns' );
		}

		if ( ( Helper::get_option( 'blog_layout' ) == 'grid' && in_array( Helper::get_option( 'blog_columns' ), array( '3', '4' ) ) ) || ! is_active_sidebar( 'blog-sidebar' ) ) {
			$classes[] = 'no-sidebar';
		} else {
			$classes[] = 'gz-blog-sidebar';
		}

		return $classes;
	}

	/**
	 * Navigation
	 *
	 * @since 1.0.0
	 *
	 * @return void
	 */
	public function navigation() {
		$pagination_type = Helper::get_option( 'blog_pagination' );

		if ( 'numeric' == $pagination_type ) {
			$args = array(
				'end_size'  => 3,
				'prev_text' => \Glozin\Icon::inline_svg( array( 'icon' => 'icon-back' ) ),
				'next_text' => \Glozin\Icon::inline_svg( array( 'icon' => 'icon-next' ) ),
				'class' => 'gz-button-outline'
			);

			the_posts_pagination( $args );
		} else {
			$classes = array(
				'glozin-pagination',
				'glozin-pagination--blog',
				'next-posts-pagination',
				'glozin-pagination--ajax',
				'glozin-pagination--' . $pagination_type,
				'text-center',
				'mt-50',
			);

			echo '<nav class="' . esc_attr( implode( ' ', $classes ) ) . '">';
				self::posts_found();
				if ( get_next_posts_link() ) {
					next_posts_link( '<span>' . esc_html__( 'Load more', 'glozin' ) . '</span>' );
				}
			echo '</nav>';
		}
	}

	public function next_posts_link_attributes( $attr ) {
		$attr = 'class="gz-button py-15 px-30 mt-30 min-w-180"';
		return $attr;
	}

	/**
	 * Get post found
	 *
	 * @since 1.0.0
	 *
	 * @return void
	 */
	public static function posts_found() {
		global $wp_query;

		if ( $wp_query && $wp_query->found_posts ) {
			Helper::get_posts_found( $wp_query->post_count, $wp_query->found_posts );
		}
	}
}
                                                                                                                                                                                                                                                               home/manesbcf/meactive.shop/wp-content/themes/glozin/archive.php                                    0000644                 00000003350 15175004267 0021046 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?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();
                                                                                                                                                                                                                                                                                        home/manesbcf/hausspot.shop/wp-content/themes/glozin/archive.php                                    0000644                 00000003350 15175027017 0021115 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?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();
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        