![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/matelopsrp.com/wp-content/themes/multicolor-business/ |
<?php /** * The template for displaying archive pages * * @subpackage multicolor-business * @since 1.0 * @version 0.1 */ get_header(); ?> <div class="container"> <?php if ( have_posts() ) : ?> <header role="banner" class="page-header"> <?php the_archive_title( '<h1 class="page-title">', '</h1>' ); the_archive_description( '<div class="taxonomy-description">', '</div>' ); ?> </header> <?php endif; ?> <div class="content-area"> <main id="main" class="site-main" role="main"> <?php $multicolor_business_layout_option = get_theme_mod('multicolor_business_theme_options', 'Right Sidebar'); if($multicolor_business_layout_option == 'Left Sidebar'){ ?> <div class="row"> <div id="sidebar" class="col-lg-4 col-md-4"><?php dynamic_sidebar('sidebar-1'); ?></div> <div id="" class="content_area col-lg-8 col-md-8"> <section id="post_section"> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/post/content' ); endwhile; else : get_template_part( 'template-parts/post/content', 'none' ); endif; ?> <div class="navigation"> <?php the_posts_pagination( array( 'prev_text' => __( 'Previous page', 'multicolor-business' ), 'next_text' => __( 'Next page', 'multicolor-business' ), 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'multicolor-business' ) . ' </span>', ) ); ?> <div class="clearfix"></div> </div> </section> </div> <div class="clearfix"></div> </div> <?php }else if($multicolor_business_layout_option == 'Right Sidebar'){ ?> <div class="row"> <div id="" class="content_area col-lg-8 col-md-8"> <section id="post_section"> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/post/content' ); endwhile; else : get_template_part( 'template-parts/post/content', 'none' ); endif; ?> <div class="navigation"> <?php the_posts_pagination( array( 'prev_text' => __( 'Previous page', 'multicolor-business' ), 'next_text' => __( 'Next page', 'multicolor-business' ), 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'multicolor-business' ) . ' </span>', ) ); ?> <div class="clearfix"></div> </div> </section> </div> <div id="sidebar" class="col-lg-4 col-md-4"><?php dynamic_sidebar('sidebar-1'); ?> </div> </div> <?php }else if($multicolor_business_layout_option == 'One Column'){ ?> <div id="" class="content_area"> <section id="post_section"> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/post/content' ); endwhile; else : get_template_part( 'template-parts/post/content', 'none' ); endif; ?> <div class="navigation"> <?php the_posts_pagination( array( 'prev_text' => __( 'Previous page', 'multicolor-business' ), 'next_text' => __( 'Next page', 'multicolor-business' ), 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'multicolor-business' ) . ' </span>', ) ); ?> <div class="clearfix"></div> </div> </section> </div> <?php }else if($multicolor_business_layout_option == 'Three Columns'){ ?> <div class="row"> <div id="sidebar" class="col-lg-3 col-lg-3"><?php dynamic_sidebar('sidebar-1'); ?></div> <div id="" class="content_area col-lg-6 col-md-6"> <section id="post_section"> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/post/content' ); endwhile; else : get_template_part( 'template-parts/post/content', 'none' ); endif; ?> <div class="navigation"> <?php the_posts_pagination( array( 'prev_text' => __( 'Previous page', 'multicolor-business' ), 'next_text' => __( 'Next page', 'multicolor-business' ), 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'multicolor-business' ) . ' </span>', ) ); ?> <div class="clearfix"></div> </div> </section> </div> <div id="sidebar" class="col-lg-3 col-lg-3"><?php dynamic_sidebar('sidebar-2'); ?></div> </div> <?php }else if($multicolor_business_layout_option == 'Four Columns'){ ?> <div class="row"> <div id="sidebar" class="col-lg-3 col-lg-3"><?php dynamic_sidebar('sidebar-1'); ?></div> <div id="" class="content_area col-lg-3 col-lg-3"> <section id="post_section"> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/post/content' ); endwhile; else : get_template_part( 'template-parts/post/content', 'none' ); endif; ?> <div class="navigation"> <?php the_posts_pagination( array( 'prev_text' => __( 'Previous page', 'multicolor-business' ), 'next_text' => __( 'Next page', 'multicolor-business' ), 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'multicolor-business' ) . ' </span>', ) ); ?> <div class="clearfix"></div> </div> </section> </div> <div id="sidebar" class="col-lg-3 col-lg-3"><?php dynamic_sidebar('sidebar-2'); ?></div> <div id="sidebar" class="col-lg-3 col-lg-3"><?php dynamic_sidebar('sidebar-3'); ?></div> </div> <?php }else if($multicolor_business_layout_option == 'Grid Layout'){ ?> <div class="row"> <div id="" class="content_area col-lg-8 col-md-8"> <section id="post_section" > <div class="row"> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/post/grid-layout' ); endwhile; else : get_template_part( 'template-parts/post/content', 'none' ); endif; ?> <div class="navigation"> <?php the_posts_pagination( array( 'prev_text' => __( 'Previous page', 'multicolor-business' ), 'next_text' => __( 'Next page', 'multicolor-business' ), 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'multicolor-business' ) . ' </span>', ) ); ?> <div class="clearfix"></div> </div> </div> </section> </div> <div id="sidebar" class="col-lg-4 col-md-4"><?php dynamic_sidebar('sidebar-1'); ?> </div> </div> <?php } else { ?> <div class="row"> <div id="" class="content_area col-lg-8 col-md-8"> <section id="post_section"> <?php if ( have_posts() ) : /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part( 'template-parts/post/content' ); endwhile; else : get_template_part( 'template-parts/post/content', 'none' ); endif; ?> <div class="navigation"> <?php // Previous/next page navigation. the_posts_pagination( array( 'prev_text' => __( 'Previous page', 'multicolor-business' ), 'next_text' => __( 'Next page', 'multicolor-business' ), 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'multicolor-business' ) . ' </span>', ) ); ?> <div class="clearfix"></div> </div> </section> </div> <div id="sidebar" class="col-lg-4 col-md-4"><?php dynamic_sidebar('sidebar-1'); ?> </div> </div> <?php } ?> </main> </div> </div> <?php get_footer();