<!-- simple post loop -->
<div class="post-meta">
<?php wptouch_the_time(); ?> // <?php the_author(); ?>
</div>
<h2 class="post-title heading-font">
<a href="<?php wptouch_the_permalink(); ?>"><?php the_title(); ?></a>
</h2>
<div class="post-content">
<?php if ( is_home() ) { ?>
<?php wptouch_the_excerpt(); ?>
<?php } else { ?>
<?php wptouch_the_content(); ?>
<?php } ?>
</div>