Skip to content

Commit

Permalink
P2020 Theme Improvements
Browse files Browse the repository at this point in the history
Summary: This is a batch deploy of updates to the P2020 theme, maintained in https://github.com/Automattic/p2

Test Plan: All test plans and relevant process documentation are maintained in https://github.com/Automattic/p2

Differential Revision: https://code.a8c.com/D47538
  • Loading branch information
annemirasol committed Aug 4, 2020
1 parent f221a00 commit af855a2
Show file tree
Hide file tree
Showing 29 changed files with 622 additions and 489 deletions.
5 changes: 4 additions & 1 deletion archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
<?php get_sidebar(); ?>

<main id="content">
<?php while ( have_posts() ) : the_post(); ?>
<?php
while ( have_posts() ) :
the_post();
?>
<?php get_template_part( 'content', get_post_format() ); ?>
<?php endwhile; ?>
</main>
Expand Down
2 changes: 1 addition & 1 deletion content.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
*/

the_content();
?>

Loading

0 comments on commit af855a2

Please sign in to comment.