PATH:
home
/
lab2454c
/
securepaychip.com
/
wp-content
/
themes
/
wp-bootstrap-starter
<?php /** * The template for displaying all single posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @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-12 blog_order"> <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('thumbnail'); ?> </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())); ?> <?php the_content(); ?> </div> </div> <?php endwhile; ?> <div class="posts__navigation"> <?php the_post_navigation(array( 'prev_text' => __('Previous'), 'next_text' => __('Next'), )); ?> </div> <?php if (comments_open() || get_comments_number()) : comments_template(); endif; ?> <?php endif; ?> </div> </div> <div class="col-lg-3 col-md-12"> <?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