Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Angie Meeker

    (@ameeker)

    Pardon the poor code, I’m thinking outloud here:

    <?php
    if ( in_category( 'stories' )) {
       if ((function_exists('has_post_thumbnail')) && (has_post_thumbnail())  ) {
          the_post_thumbnail('gallery-thumb-large');
     }};
    ?>

    Something along those lines?

    Thread Starter Angie Meeker

    (@ameeker)

    if ( in_category( 'stories' ));
    else if (  (function_exists('has_post_thumbnail')) && (has_post_thumbnail())  ) {
          the_post_thumbnail('gallery-thumb-large');
       } else {}
       endif;

    Closer?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Image Size per Category’ is closed to new replies.