Site logo

Archived topic

Blog Archives Excerpt issue

3 replies · Started by Simon on October 1, 2019

Viewing posts 1–4 of 4

Hi,

When I set the archives content type to full I get the full content. If I set to excerpt and a value, I get nothing. Also if I disable read more button, nothing is displayed.

The button issue is not a problem for me, but the excerpt is.

Best regards

Simon

Hi there,

the Site you imported removes the Excerpt using this CSS which can be found in Customizer > Additional CSS - remove that:

.entry-summary p:not(.read-more-container) {
    display: none;
}

Excellent, thank you

You're welcome

This archived topic is closed to new replies.