Skip to content

Commit

Permalink
Call the loop-meta.php template.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.locallylost.com/themes/hybrid/trunk@1021 dba0f204-706d-4bc1-bc29-8b92e0485636
  • Loading branch information
greenshady committed Apr 19, 2012
1 parent 416482a commit 2240380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.php
Expand Up @@ -16,6 +16,8 @@

<?php do_atomic( 'before_content' ); // hybrid_before_content ?>

<?php get_template_part( 'loop-meta' ); // Loads the loop-meta.php template. ?>

<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

<div id="post-<?php the_ID(); ?>" class="<?php hybrid_entry_class(); ?>">
Expand Down

0 comments on commit 2240380

Please sign in to comment.