Sizin index.php üzerinde denedim çalışıyor.
Bunu
<div class="excerpt"><?php get_the_content('.. devamını oku »'); ?></div>Bununla değiştirin.
<div class="excerpt"><?php the_excerpt(); ?><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>">devamını oku »</a></div>