From 48c641c6042e552f64950412659d9136da228695 Mon Sep 17 00:00:00 2001 From: Vasil Kolev Date: Tue, 14 Oct 2014 14:46:33 +0300 Subject: [PATCH] sponsors image size --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 81d9360..c9f2462 100644 --- a/functions.php +++ b/functions.php @@ -74,7 +74,7 @@ function sponsors_shortcode() { if ( $sponsors->have_posts() ) : while ( $sponsors->have_posts() ) : $sponsors->the_post(); if ( has_post_thumbnail() ) { - the_post_thumbnail(); + the_post_thumbnail(array(100, 100)); } else { get_the_title(); }