It’s just called Digg Digg. But I actually just resolved the issue. I used CSS to call all post names before the date I wanted as well as the Digg Digg class. I then just set the display to none. Thanks for the response though!
No problem! Did that resolve the issue?
Yes. It depends on which theme you are using. I am guessing it will be in the index.php file. You need to change:
<?php the_content(); ?>
to:
<?php the_excerpt(); ?>
You are my hero! Looking back I’m kicking myself because I was thinking way too much. Thanks so much for your fix, it worked!