redo changes
This commit is contained in:
parent
1fe4f48037
commit
3978eaebd4
|
@ -14,7 +14,7 @@
|
|||
|
||||
</header><!-- .entry-header -->
|
||||
|
||||
<?php echo get_the_post_thumbnail( $post, 'large' ); ?>
|
||||
<?php echo get_the_post_thumbnail( $post_id, 'large' ); ?>
|
||||
|
||||
<div class="entry-content">
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
</header><!-- .entry-header -->
|
||||
|
||||
<?php echo get_the_post_thumbnail( $post, 'large' ); ?>
|
||||
<?php echo get_the_post_thumbnail( $post_id, 'large' ); ?>
|
||||
|
||||
<div class="entry-content">
|
||||
|
||||
|
|
Reference in New Issue