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/whoiam/post-format/content.php

				<li id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
				   <div class="clearfix box-blog alan-1">
					              <?php 
                     $att=get_post_thumbnail_id();
					 $image_src = wp_get_attachment_image_src( $att, 'span5' );
					 $image_src = $image_src[0]; ?> 
                  <div class="blog-bg" data-holdbg="<?php echo $image_src; ?>" >&nbsp;
                    <div  class="blog-ic"><i class="fa fa-pencil"></i></div>
                  </div>
					<?php  ?>


                  <div class="blog-content">
                    <h5 class="text-uppercase color-dark text-bold"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__('Permalink to %s', 'whoiam'), the_title_attribute('echo=0') ); ?>"><?php the_title(); ?></a></h5>
                    <div class="post-meta font-alt">
                      <span><i class="fa fa-calendar"></i> <?php the_time('F j, Y'); ?></span>
                      <span><i class="fa fa-user"></i> <?php the_author(); ?></span>
                      <span> <?php _e('<i class="fa fa-folder-o"></i> ', 'whoiam'); the_category(', '); ?></span>
                      				
                       
                     <span><?php the_tags( '<i class="fa fa-tag"></i>', ',', ' '); ?></span>
                       
                    
                    </div>
                    <p><?php the_excerpt(); ?> 
                     <?php wp_link_pages(array('before' => 'Pages: ', 'next_or_number' => 'number')); ?></p>
                  </div>
					




					</div>
				</li><!-- end of a blog entry -->