Change name to Featureon

This commit is contained in:
Alexander Agnarson 2020-03-11 16:50:30 +01:00
parent 600ce12d26
commit 49be53b495
30 changed files with 594 additions and 594 deletions

View file

@ -6,7 +6,7 @@
<div class="post-thumbnail">
<a href="<?php the_permalink(); ?>">
<?php if ( has_post_thumbnail() ): ?>
<?php the_post_thumbnail('magazinertwo-square'); ?>
<?php the_post_thumbnail('featureon-square'); ?>
<?php elseif ( get_theme_mod('placeholder','on') == 'on' ): ?>
<img src="<?php echo get_template_directory_uri(); ?>/img/thumb-square.png" alt="<?php the_title_attribute(); ?>" />
<?php endif; ?>