Resize featured image in Twenty Fourteen theme?
-
Greetings,
I am a blogger with very little programming experience. Love the plug-in. It is working well for the images posted in the body of my default twenty fourteen theme. For the life of me I can’t figure out what code to alter in (making an assumption it is the content-featured-post.php) file. Currently it is at the default
<a class="post-thumbnail" href="<?php the_permalink(); ?>"> <?php // Output the featured image. if ( has_post_thumbnail() ) : if ( 'grid' == get_theme_mod( 'featured_content_layout' ) ) { the_post_thumbnail(); } else { the_post_thumbnail( 'twentyfourteen-full-width' ); } endif; ?> </a>
website is https://www.thenomadicphotographer.com
Thanks in advance for any help you can offer!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Resize featured image in Twenty Fourteen theme?’ is closed to new replies.