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_news_wrap"> <div class="container"> <div class="row"> <div class="col-lg-9 col-md-6"> <div class="news_content"> <?php if (have_posts()) : ?> <ul> <?php while (have_posts()) : the_post(); ?> <li> <div class="news_item"> <?php if (has_post_thumbnail()) { ?> <div class="news_image"> <a href="<?php echo get_the_permalink(get_the_ID()); ?>"><?php the_post_thumbnail('medium_large'); ?></a> </div> <?php } ?> <div class="news_details"> <h2><a href="<?php echo get_the_permalink(get_the_ID()); ?>"> <?php the_title('<h2>', '</h2>'); ?></a></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> </div> </li> <?php endwhile; ?> </ul> <?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('news'); ?> </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