<?php get_header(); ?>
- <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
+ <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<article <?php echo post_class(); ?> id="post-<?php the_ID(); ?>">
- <h1><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h1>
+ <h1><?php before_the_title(); ?><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h1>
<div class="byline">
<p class="date"><?php the_time('M j, Y')?></p>
<p class="author">by <span><?php the_author() ?></span></p>
<?php endif; ?>
</div>
- <div class="bodycopy">
- <?php the_content('<p class="serif">Read the rest of this entry >></p>'); ?>
+ <div class="bodycopy">
+ <?php the_content('<p class="serif">Read the rest of this entry >></p>'); ?>
- <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
- </div>
+ <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
+ </div>
</article>
<nav class="navigation pagination" aria-label="Next/Last posts">
<?php next_post_link('%link', 'Newer Post <span>%title</span>'); ?>
</nav>
- <?php //comments_template(); // No comments ?>
+ <?php //comments_template(); // No comments ?>
- <?php endwhile; else:
+ <?php endwhile; else:
include('444.php');
- endif; ?>
+ endif; ?>
<?php get_footer(); ?>
\ No newline at end of file