HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/tfgarchive/wpblogtest1.old/wp-content/themes/disconnected/post.php
<div class="post-info"><p class="numerals"><?php the_ID(); ?>
         </p><h2 class="post-title entry-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
</div>
<div class="post-content entry-content">
	<?php the_content(); ?>
	<div class="post-info">
		<?php wp_link_pages(); ?>											
	</div>
	<div class="post-footer entry-meta"><b><?php _e('Posted'); ?>:</b> <abbr class="published" title="
      <?php the_time('Y-m-d\TH:i:sO') ?>
        "><?php if (function_exists('time_since')) {
echo time_since(abs(strtotime($post->post_date_gmt . " GMT")), time()) . " ago";
} else {
the_time('d M, Y');
} ?></abbr> | <?php comments_popup_link('No Comments', '1 Comment', '[%] Comments'); ?><br/>
    <b>
      <span class='entry-category'><?php _e('Categories'); ?>:
    </b> <?php the_category(' , '); ?>
    | <b><?php _e('Tags'); ?>:</b> 
    	<?php if (function_exists(the_tags)) {
    		the_tags("", ", ", "");
    	} elseif (function_exists(UTW_ShowTagsForCurrentPost)) {
							 UTW_ShowTagsForCurrentPost("commalist");
						 } ?></span> |
              <b><?php _e('By') ?>:</b> <span class='author vcard fn'><a class="url fn" href="<?php the_author_url(); ?>"><?php the_author(); ?></a></span>.
          
<?php edit_post_link('(edit this)'); ?>&nbsp;</div>
</div>