Merge branch 'production' into fix/9

# Conflicts:
#	themes/wporg-5ftf/single.php
This commit is contained in:
Kelly Dwan 2019-10-25 16:50:53 -04:00
commit 368d05e74d
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
23 changed files with 964 additions and 51 deletions

View file

@ -1,8 +1,6 @@
<?php
namespace WordPressDotOrg\FiveForTheFuture\Theme;
$post_type = get_post_type(); // 5ftf_pledge
get_header(); ?>
<main id="main" class="site-main" role="main">
@ -10,7 +8,8 @@ get_header(); ?>
<?php while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/' . $post_type, 'single' );
get_template_part( 'template-parts/content', get_post_type() );
endwhile; ?>
</main><!-- #main -->