hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/home.obu.edu.bak/wp-content/themes/Backup/ |
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="post-title"><h1><?php the_title(); ?></h1></div>
<div class="post-date">
<div class="left"><?php the_time('F jS, Y') ?> in <?php the_category(' / ') ?><?php edit_post_link('Edit this entry', ' <span class="text-separator">|</span>', ''); ?></div>
<div class="right"><a href="#comments" class="icon icon-comment">Skip to comments (<?php echo $post->comment_count; ?>) ↓</a></div>
<div class="clearer"> </div>
</div>
<div class="post-body">
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
<div class="clearer"> </div>
<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>')); ?>
</div>
</div>
<?php endwhile; ?>
<?php sm_page_navigation('posts'); ?>
<?php comments_template(); ?>
<?php else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>