Skip to content

Commit

Permalink
Merge branch 'try/search-layout' of github.com:WordPress/learn into t…
Browse files Browse the repository at this point in the history
…ry/search-layout
  • Loading branch information
StevenDufresne committed Sep 1, 2020
2 parents ab9ee44 + 5335f2e commit eaaccef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
</div>
<?php
// If we don't have a template, don't show the footer
get_template_part( 'template-parts/component', 'post-card-footer-' . $post_type_name );
get_template_part( 'template-parts/component-post-card-footer', $post_type_name );
?>
</article>

0 comments on commit eaaccef

Please sign in to comment.