getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

update content.php #154

Closed neilberry001 closed 11 years ago

neilberry001 commented 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 : ?>
neilberry001 commented 11 years ago

amend through testing archive categories 3584dab693d5154a0f09e0eec39c29b466c49aa0