rename view, correct logo size

This commit is contained in:
Ian Dunn 2019-10-28 12:06:33 -07:00
parent 2402e543ac
commit f4af07356a
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
2 changed files with 2 additions and 2 deletions

View file

@ -230,7 +230,7 @@ function render_my_pledges() {
) );
ob_start();
require FiveForTheFuture\get_views_path() . 'form-my-pledges.php';
require FiveForTheFuture\get_views_path() . 'list-my-pledges.php';
return ob_get_clean();
}

View file

@ -31,7 +31,7 @@ use WP_User, WP_Post;
<?php foreach ( $contributor_posts as $contributor_post ) : ?>
<?php $pledge = get_post( $contributor_post->post_parent ); ?>
<?php echo get_the_post_thumbnail( $pledge->ID, 50 ); ?>
<?php echo get_the_post_thumbnail( $pledge->ID, 'pledge-logo' ); ?>
<?php echo esc_html( $pledge->post_title ); ?>
<form action="" method="post">