Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.64.1
Your Ip: 216.73.216.165
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : blog-two.php
<?php
/**
 * Template for Blog Two
 *
 * @package brixel
 */

?>
<!-- wraper_blog_main -->
<div class="wraper_blog_main style-two">
	<div class="container">
		<!-- row -->
		<div class="row">
			<?php if ( 'nosidebar' === brixel_global_var( 'blog-layout', '', false ) ) { ?>
				<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
			<?php } else { ?>
				<?php if ( 'leftsidebar' === brixel_global_var( 'blog-layout', '', false ) ) { ?>
					<div class="col-lg-9 col-md-9 col-sm-8 col-xs-12 pull-right">
				<?php } elseif ( 'rightsidebar' === brixel_global_var( 'blog-layout', '', false ) ) { ?>
					<div class="col-lg-9 col-md-9 col-sm-8 col-xs-12 pull-left">
				<?php } else { ?>
					<div class="col-lg-9 col-md-9 col-sm-8 col-xs-12">
				<?php } ?>
			<?php } ?>
				<!-- blog_main -->
				<div class="blog_main">
					<div class="row isotope-blog-style">
						<?php
						if ( have_posts() ) :
							/* Start the Loop */
							query_posts( 'posts_per_page=-1' );
							while ( have_posts() ) :
								the_post();

								/*
								 * Include the Post-Format-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 Format name) and that will be used instead.
								 */
								if ( 'leftsidebar' === brixel_global_var( 'blog-layout', '', false ) ) {
									echo '<div class="isotope-blog-style-item col-lg-6 col-md-6 col-sm-6 col-xs-12">';
								} elseif ( 'rightsidebar' === brixel_global_var( 'blog-layout', '', false ) ) {
									echo '<div class="isotope-blog-style-item col-lg-6 col-md-6 col-sm-6 col-xs-12">';
								} else {
									echo '<div class="isotope-blog-style-item col-lg-4 col-md-4 col-sm-6 col-xs-12">';
								}
								get_template_part( 'template-parts/content-two', get_post_format() );
								echo '</div>';
							endwhile;
						else :
							get_template_part( 'template-parts/content', 'none' );
						endif;
						?>
					</div>
				</div>
				<!-- blog_main -->
			</div>
			<?php if ( 'nosidebar' === brixel_global_var( 'blog-layout', '', false ) ) { ?>
			<?php } else { ?>
				<?php if ( 'leftsidebar' === brixel_global_var( 'blog-layout', '', false ) ) { ?>
					<div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 pull-left">
				<?php } elseif ( 'rightsidebar' === brixel_global_var( 'blog-layout', '', false ) ) { ?>
					<div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 pull-right">
				<?php } else { ?>
					<div class="col-lg-3 col-md-3 col-sm-4 col-xs-12">
				<?php } ?>
					<?php get_sidebar(); ?>
				</div>
			<?php } ?>
		</div>
		<!-- row -->
	</div>
</div>
<!-- wraper_blog_main -->
© 2025 XylotrechusZ