Change theme name

This commit is contained in:
Alexander Agnarson 2018-10-31 13:03:44 +01:00
parent 8f6ea42612
commit d2dd6684f1
28 changed files with 626 additions and 637 deletions

View file

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