PATH:
home2
/
oltarimozi
/
public_html
/
wp-content
/
themes
/
kalkulat
<?php /** * The template for displaying archive pages * * @link https://codex.wordpress.org/Template_Hierarchy * * @package WordPress * @subpackage kalkulat * @since 1.0 * @version 1.0 */ get_header('three'); ?> <?php kalkulat_archive_page_title(); ?> <div class="blog-main-content mt90 mb70"> <div class="container"> <div class="row"> <div class="col-md-8"> <?php if (have_posts()) : while (have_posts()) : the_post(); get_template_part('template-parts/content', get_post_format()); endwhile; the_posts_pagination(array( 'prev_text' => '<i class="fa fa-long-arrow-left" aria-hidden="true"></i>', 'next_text' => '<i class="fa fa-long-arrow-right" aria-hidden="true"></i>', 'mid_size' => 2, 'screen_reader_text' => ' ' )); if (comments_open() || get_comments_number()) : comments_template(); endif; else : get_template_part('template-parts/content', 'none'); endif; ?> </div> <div class="col-md-4"> <?php get_sidebar(); ?> </div> </div> </div> </div> <?php get_footer() ?>
[-] style.css
[edit]
[-] page-fullwidth-nofooter.php
[edit]
[+]
fonts
[-] readme.txt
[edit]
[-] search.php
[edit]
[-] single.php
[edit]
[-] 404.php
[edit]
[-] footer.php
[edit]
[+]
woocommerce
[-] sidebar.php
[edit]
[+]
inc
[+]
languages
[-] header.php
[edit]
[-] page.php
[edit]
[-] page-fullwidth.php
[edit]
[-] footer-two.php
[edit]
[-] index.php
[edit]
[+]
images
[-] functions.php
[edit]
[-] README.md
[edit]
[-] screenshot.png
[edit]
[+]
..
[+]
assets
[-] searchform.php
[edit]
[+]
template-parts
[-] archive.php
[edit]
[-] comments.php
[edit]