PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
medifides
/
wp-content
/
themes
/
redbiz
<?php /** * The template for displaying archive pages. * * Learn more: http://codex.wordpress.org/Template_Hierarchy * * @package redbiz */ get_header(); ?> <?php $blog_layout = themesflat_get_opt('blog_archive_layout'); $columns = themesflat_get_opt('blog_grid_columns') ; $imgs = array( 'blog-grid' => 'themesflat-blog-grid', 'blog-list' => 'themesflat-blog', 'blog-list-full-width' => 'themesflat-blog-full-width', 'blog-list-small' => 'themesflat-blog-listsmall', 'blog-grid-style2' => 'themesflat-blog-grid-style2' ); $class_names = array( 1 => 'blog-one-column', 2 => 'blog-two-columns', 3 => 'blog-three-columns', 4 => 'blog-four-columns', ); global $themesflat_thumbnail; $themesflat_thumbnail = $imgs[$blog_layout]; $class = array('blog-archive'); $class[] = $blog_layout; $class[] = $class_names[$columns]; ?> <div class="col-md-12"> <div id="primary" class="content-area "> <main id="main" class="post-wrap" role="main"> <?php if ( have_posts() ) : ?> <div class="blog-shortcode <?php echo esc_attr(implode(" ",$class));?> has-post-content"> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php /* 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. */ get_template_part( 'content', get_post_type() ); ?> <?php endwhile; ?> </div> <?php else : ?> <?php get_template_part( 'content', 'none' ); ?> <?php endif; ?> </main><!-- #main --> <div class="clearfix"> <?php global $themesflat_paging_style, $themesflat_paging_for; $themesflat_paging_for = 'blog'; $themesflat_paging_style = themesflat_choose_opt('blog_archive_pagination_style'); get_template_part( 'tpl/pagination' ); ?> <?php get_template_part( 'tpl/counter-posts' ); ?> </div> </div><!-- #primary --> <?php if ( themesflat_choose_opt( 'blog_layout') != 'fullwidth' ) : get_sidebar(); endif; ?> </div><!-- /.col-md-12 --> <?php get_footer(); ?>
[+]
icon
[-] comments.php
[open]
[-] content-single.php
[open]
[-] changelog.txt
[open]
[+]
images
[-] content-none.php
[open]
[+]
css
[-] single-portfolios.php
[open]
[-] functions.php
[open]
[-] 404.php
[open]
[-] content.php
[open]
[-] sidebar.php
[open]
[-] content-page.php
[open]
[+]
..
[-] single.php
[open]
[-] woocommerce.php
[open]
[+]
js
[+]
vc_templates
[-] license.txt
[open]
[+]
woocommerce
[-] content-portfolio.php
[open]
[-] archive-portfolios.php
[open]
[+]
sampledata
[+]
widgets
[-] page.php
[open]
[-] footer.php
[open]
[-] search.php
[open]
[-] archive.php
[open]
[-] header.php
[open]
[-] readme.txt
[open]
[+]
tpl
[+]
fonts
[-] taxonomy-portfolios_category.php
[open]
[-] screenshot.png
[open]
[+]
languages
[-] index.php
[open]
[+]
inc
[-] style.css
[open]