Moderate weather and so I’m very productive today. Just upgrade my current WordPress Theme Aeros to Version 2.0. But there is still one question: Do I really need to edit index.php to get the excerpt on the index page ? 43,44c43 < <!– <?php the_content(__(‘(more…)’)); ?> –> < <?php the_excerpt(__(‘(more…)’)); ?> — > <?php the_content(__(‘(more…)’)); [...]