This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php get_header(); ?> | |
<div id="post-content"> | |
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?> | |
<div class="post"> | |
<h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3> | |
<div class="entry"> | |
<?php the_content(); ?> |