Skip to content

Instantly share code, notes, and snippets.

View rajeevedmonds's full-sized avatar
🏠
Working from home

Rajeev Edmonds rajeevedmonds

🏠
Working from home
View GitHub Profile
<?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(); ?>