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/post-format/single.php
  <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<div class="blogitems">
		<div class="blog-content">
			<h3><?php the_title(); ?></h3>
			<ul class="blog-socials">
				<li><a href="<?php the_permalink(); ?>"><i class="icon_calendar"></i><span><?php echo esc_html(get_the_date()); ?></span></a></li>
				<?php if ( has_tag() ) { ?>
				<li><?php the_tags( '<i class="icon_tags_alt"></i></i>', ', ', ' '); ?></li>
				 <?php } ?>
				<?php if ( has_category() ) { ?>
				<li><i class="icon_folder-open_alt"></i><span><?php the_category(', '); ?></span></li>
				<?php } ?>
				<?php if ( is_sticky()) {
					printf( '<li class="sticky klb"><i class="fa fa-exclamation"></i>%s</li>', esc_html__( 'Featured', 'minione' ) );
				} ?>
			</ul>
			<?php if (  (function_exists('has_post_thumbnail')) && (has_post_thumbnail())  ) { ?>  
				<div class="blog-img">
			      <?php the_post_thumbnail('minione-post-image'); ?>
				</div>
			<?php } ?>
			<div class="klb-post">
				<?php the_content(); ?> 
				<?php wp_link_pages(array('before' => 'Pages: ', 'next_or_number' => 'number')); ?>
            </div>
	     </div>
	</div>
  </article>