sponsors image size
This commit is contained in:
parent
48c641c604
commit
356e142f0b
|
@ -26,7 +26,7 @@ get_header(); ?>
|
||||||
<div class="col2 tac">
|
<div class="col2 tac">
|
||||||
<?php
|
<?php
|
||||||
if ( has_post_thumbnail() ) {
|
if ( has_post_thumbnail() ) {
|
||||||
the_post_thumbnail();
|
the_post_thumbnail(array(100, 100));
|
||||||
} else {
|
} else {
|
||||||
the_title();
|
the_title();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue