Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Partial support for the new bbPress plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jayj committed Jun 18, 2011
1 parent 2200902 commit 6ab1d35
Show file tree
Hide file tree
Showing 7 changed files with 648 additions and 8 deletions.
2 changes: 1 addition & 1 deletion archive.php
Expand Up @@ -20,7 +20,7 @@

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

<?php get_template_part( 'loop', 'archive' ); // Could be awesome to use hybrid_get_context() but get_template_part() doesn't accept arrays ?>
<?php get_template_part( 'loop', get_post_format() ); // Could be awesome to use hybrid_get_context() but get_template_part() doesn't accept arrays ?>

<?php endwhile; ?>

Expand Down

0 comments on commit 6ab1d35

Please sign in to comment.