mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-19 08:25:44 +03:00
parent
19eb0b2221
commit
145047cafa
4 changed files with 38 additions and 21 deletions
|
@ -52,7 +52,7 @@ $contributor_title = sprintf(
|
|||
<div class="entry-image">
|
||||
<?php if ( has_post_thumbnail() ) : ?>
|
||||
<div class="entry-image__logo">
|
||||
<?php the_post_thumbnail( 'pledge-logo' ); ?>
|
||||
<?php the_post_thumbnail(); ?>
|
||||
</div>
|
||||
<?php else : ?>
|
||||
<div class="entry-image__placeholder"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue