Forum Replies Created

Viewing 1 replies (of 1 total)
  • I found that instead of making the CSS changes above, you can fix this by editing the Main Index Template (index.php) file and replace the code

    <?php the_content(''); ?>

    with

    <?php the_excerpt(); ?>

    It appears in there twice, once in the Featured section, and the repeating element section.

Viewing 1 replies (of 1 total)