mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Eleven: allow content-single.php to be overridden for post formats, props murky. Closes #17996.
git-svn-id: https://develop.svn.wordpress.org/trunk@21491 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fc4fffaad5
commit
e41b7dcf5a
@ -20,7 +20,7 @@ get_header(); ?>
|
||||
<span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?></span>
|
||||
</nav><!-- #nav-single -->
|
||||
|
||||
<?php get_template_part( 'content', 'single' ); ?>
|
||||
<?php get_template_part( 'content-single', get_post_format() ); ?>
|
||||
|
||||
<?php comments_template( '', true ); ?>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user