Site logo

Archived topic

Completely Removing The Excerpt

3 replies · Started by Sean on August 23, 2016

Viewing posts 1–4 of 4

I keep finding ways to change the excerpt, and modify it a bit. But have not successfully found a proper way of removing the excerpt from the index page. I just want the meta data along with the featured image to be displayed.

Hi there,

1. Go to "Blog > Blog Content" and set the excerpt length to 0.
2. Add this CSS:

.entry-summary {
    display: none;
}

Beautiful! Worked flawlessly.

Awesome, glad I could help :)

This archived topic is closed to new replies.