PATH:
home
/
lab2454c
/
securepaychip.com
/
wp-content
/
themes
/
wp-bootstrap-starter
<?php /** * The template for displaying archive pages * * @link https://codex.wordpress.org/Template_Hierarchy * * @package WP_Bootstrap_Starter */ get_header(); get_template_part('template-parts/inner', 'banner'); ?> <div class="inner_blog_wrap"> <div class="container"> <div class="row"> <div class="col-lg-9 col-md-6"> <div class="blog_content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="blog_item"> <?php if (has_post_thumbnail()) { ?> <div class="blog_image"> <?php the_post_thumbnail('medium_large'); ?> </div> <?php } ?> <div class="blog_details"> <?php the_title('<h2>', '</h2>'); ?> <?php printf("<h3>%s %s %s %s</h3>", __('in', 'wp-bootstrap-starter'), wp_bootstrap_starter_get_post_categories(get_the_ID()), __('on', 'wp-bootstrap-starter'), get_the_date('', get_the_ID())); ?> <p><?php echo get_the_excerpt(get_the_ID()); ?></p> <div class="more_wrap"> <a href="<?php echo get_permalink($post_item['ID']); ?>"><?php echo __('Read More', 'wp-bootstrap-starter'); ?></a> </div> </div> </div> <?php endwhile; ?> <?php the_posts_pagination( array( 'mid_size' => 1, 'prev_text' => __( '<<', 'wp-bootstrap-starter' ), 'next_text' => __( '>>', 'wp-bootstrap-starter' ), ) ); ?> <?php /*$count_posts = wp_count_posts('post')->publish; if ($count_posts > 10) { ?> <div class="load_more"> <a href="#"><?php echo __('Read More', 'wp-bootstrap-starter'); ?></a> </div> <?php }*/ ?> <?php else : get_template_part('template-parts/content', 'none'); endif; ?> </div> </div> <div class="col-lg-3 col-md-6"> <?php get_sidebar(); ?> </div> </div> </div> </div> <?php get_footer();
[+]
woocommerce
[-] search.php
[edit]
[-] index.php
[edit]
[-] woocommerce.php
[edit]
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] rtl.css
[edit]
[-] single.php
[edit]
[-] footer.php
[edit]
[-] template-home.php
[edit]
[-] .DS_Store
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] 404.php
[edit]
[-] single-attachment.php
[edit]
[-] screenshot.png
[edit]
[-] custom-editor-style.css
[edit]
[-] functions.php
[edit]
[-] archive.php
[edit]
[+]
template-parts
[-] archive-events.php
[edit]
[-] comments.php
[edit]
[+]
inc