Source display for "index.phps".
<?php if ( ( time() - filemtime( ABSPATH . 'wp-content/links-update-cache.xml' ) ) > (15*60) )
{
//include_once( ABSPATH . WPINC . '/links-update-xml.php');
}?>
<?php if(1){ $bodyid="home"; }?>
<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<?php if (have_posts()) : ?>
<?php $asides_offset = 0;?>
<?php while (have_posts()) : the_post(); ?>
<?php // c2c_increment_post_view_count();?>
<div class="asides">
<?php $asides_offset += c2c_get_recent_posts( 3, '<p>» %post_excerpt% %post_if_content% (%comments_count_url%)</p>', '27', 'date','DESC',$asides_offset);?>
</div>
<div id="post-<?php the_ID();?>" class="post">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title("-image-"); ?><span style="display:none"><?php the_title();?></span></a></h2><script type="text/javascript">slvShowNewIndicator(<?php print(mysql2timestamp($post->post_date)); ?>);</script>
<small><?php the_time('F d, Y'); ?><!-- by <?php the_author() ?> --></small><?php if( function_exists('twTouch')) twTouch()?>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <a href="<?php the_permalink() ?>#comments" title="Comment for <?php the_title(); ?>"><img src="<?php bloginfo('template_url');?>/images/comments.gif" alt="" /></a> <?php ak_comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
<!--
<?php trackback_rdf(); ?>
-->
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php posts_nav_link('','','« Previous Entries') ?></div>
<div class="alignright"><?php posts_nav_link('','Next Entries »','') ?></div>
</div>
<div class="continuedlist">
<h2>More Recent Entries</h2>
<?php $comment_icon = '<img src="' . get_bloginfo('template_url') . '/images/comments.gif" alt="" />';
c2c_get_recent_posts( 9, '<p>%post_URL%<br />Posted on %post_date% in %post_categories_url% | '.$comment_icon.' %comments_fancy_url%</p>', '-27 -28', 'date','DESC',$posts_per_page,'F d, Y' );?>
</div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center"><?php _e("Sorry, but you are looking for something that isn't here."); ?></p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>