File: /home/mmickelson/martyknows.com/wp-content/themes/mistylook/index.php
<?php get_header();?>
<div id="content">
<div id="content-main">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div <?php post_class(); ?> id="post-<?php the_ID(); ?>">
<div class="posttitle">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s','mistylook'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h2>
<p class="postmetadata"><?php the_time(get_option("date_format")); ?> <?php printf(__('by %s','mistylook'), mistylook_get_author_posts_link()); ?> <?php edit_post_link(__('Edit','mistylook'), ' | ', ' '); ?> </p>
</div>
<div class="entry">
<?php the_content(__('Continue Reading »','mistylook')); ?>
<?php wp_link_pages(); ?>
</div>
<p class="post-info">
<?php printf( __( 'Posted in %s', 'mistylook' ), get_the_category_list( ', ' ) ); ?> | <?php the_tags( __( 'Tagged', 'mistylook' ).' ', ', ', ' | ' ); ?>
<?php if ( ! post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) : ?>
<?php comments_popup_link( __( 'Leave a Comment »', 'mistylook' ), __( '1 Comment »', 'mistylook' ), __( '% Comments »', 'mistylook' ) ); ?>
<?php endif; ?>
</p>
<?php comments_template(); ?>
</div>
<?php endwhile; else : ?>
<h2 class="center"><?php _e('Not Found','mistylook'); ?></h2>
<p class="center"><?php _e('Sorry, but you are looking for something that isn’t here.','mistylook'); ?></p>
<?php endif; ?>
<p align="center" class="posts-nav-link">
<?php posts_nav_link(' - ',__('« Newer Posts','mistylook'),__('Older Posts »','mistylook')) ?>
</p>
</div><!-- end id:content-main -->
<?php get_sidebar();?>
<?php get_footer();?>