HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/awaldron/_domains/waldroninteractive.com/wp-content/themes/minione/page.php
<?php
/**
 * page.php
 * @package WordPress
 * @subpackage Minione
 * @since Minione 1.0
 */
?>

<?php get_header(); ?>

	<section id="template-klb-blog" data-section="blog">
		<div class="container">
			<div class="row">
				<div class="section-heading ">
					<div class="col-md-12">
			           <div class="blogitems">
			              <div class="blog-content">
							 <?php while(have_posts()) : the_post(); ?>
								  <div class="klb-post">
								    <h2><?php the_title(); ?></h2>
									<?php the_content (); ?>
									<?php wp_link_pages(array('before' => '<div class="klb-pagination">' . esc_html__( 'Pages:', 'minione' ),'after'  => '</div>', 'next_or_number' => 'number')); ?>
								  </div> 
							 <?php endwhile; ?>
				          </div>
				       </div>
					   <?php comments_template(); ?>   
				    </div>
				</div>
			</div>
		</div>
	</section>
	
<?php get_footer(); ?>