Closed neilberry001 closed 11 years ago
with:
<?php elseif ( is_home()) : // Custom output for home.php i.e. blog home ?> <?php if( has_excerpt() ) : ?> <?php the_excerpt(); ?> <?php else: ?> <p><?php echo balanceTags(wp_trim_words( get_the_content(), $num_words = 30 ), true); ?></p> <?php endif; ?> <?php else : ?>
amend through testing archive categories 3584dab693d5154a0f09e0eec39c29b466c49aa0
with: