Fix prefixing for thumbs

This commit is contained in:
Alexander Agnarson 2018-05-26 20:43:54 +02:00
parent 7d6260f863
commit 1fe2f51ded
8 changed files with 12 additions and 12 deletions

View file

@ -4,7 +4,7 @@
<div class="post-thumbnail">
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
<?php if ( has_post_thumbnail() ): ?>
<?php the_post_thumbnail('thumb-medium'); ?>
<?php the_post_thumbnail('blogline-medium'); ?>
<?php elseif ( get_theme_mod('placeholder') != 'off' ): ?>
<img src="<?php echo get_template_directory_uri(); ?>/img/thumb-medium.png" alt="<?php the_title(); ?>" />
<?php endif; ?>