|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/domains/cti1/MyTheme/MyTheme/ |
Upload File : |
<?php get_header(); ?>
<div class="contentArea">
<div class="container">
<div class="contentleft">
<!--Here's where the loop starts-->
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<!--Post box begin-->
<div class="box">
<h2 class="posttitle"><a href="<?php the_permalink(); ?>">
<?php the_title(); ?>
</a></h2>
<p class="metablock"><span class="meta">Posted on
<?php the_time('F j, Y'); ?>
by
<?php the_author_posts_link(); ?>
</span><span class="postcomments">
<?php comments_popup_link('Leave a comment', '1 Comment', '% Comments', '', 'Comments are off'); ?>
</span></p>
<div class="entry">
<?php the_content('<p>Continue reading…</p>');?>
<?php the_tags('<p>Tags: ', ', ', '</p>'); ?>
</div>
<!--<?php trackback_rdf(); ?>-->
</div>
<!--Post box end-->
<!--Next is what happens if no posts are found-->
<?php endwhile; else: ?>
<div class="box">
<p>
<?php _e('Sorry, no posts matched your criteria.'); ?>
</p>
</div>
<?php endif; ?>
<p>
<?php posts_nav_link(); ?>
</p>
</div>
<?php get_sidebar(); ?>
<div style="clear:both;"></div>
</div>
</div>
<?php get_footer(); ?>