Server IP : 192.158.238.246 / Your IP : 13.58.199.13 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/jenniferflocom/www/wp-content/themes/personalias/ |
Upload File : |
<?php get_header(); ?> <div class="content"> <div class="split"> <div class="split-left"> <div class="stickyfill"> <?php get_template_part('inc/highlights'); ?> </div> </div> <div class="split-right"> <?php get_template_part('inc/page-title'); ?> <div class="split-right-inner"> <?php if ( get_theme_mod('blog-layout','blog-grid') == 'blog-grid' ) : ?> <div class="article-grid"> <?php while ( have_posts() ): the_post(); ?> <?php get_template_part('content-grid'); ?> <?php endwhile; ?> </div> <?php elseif ( get_theme_mod('blog-layout','blog-grid') == 'blog-list' ) : ?> <div class="article-list"> <?php while ( have_posts() ): the_post(); ?> <?php get_template_part('content-list'); ?> <?php endwhile; ?> </div> <?php else: ?> <div class="article-standard"> <?php while ( have_posts() ): the_post(); ?> <?php get_template_part('content'); ?> <?php endwhile; ?> </div> <?php endif; ?> <?php get_template_part('inc/pagination'); ?> </div> </div> </div> </div><!--/.content--> <?php get_sidebar(); ?> <?php get_footer(); ?>