also changing overload to override in comments.php & archive.php
This commit is contained in:
parent
1d134ab298
commit
3d98e794d3
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ get_header(); ?>
|
|||
|
||||
<?php
|
||||
/* Include the Post-Format-specific template for the content.
|
||||
* If you want to overload this in a child theme then include a file
|
||||
* If you want to override this in a child theme then include a file
|
||||
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
|
||||
*/
|
||||
get_template_part( 'content', get_post_format() );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue