I can’t figure out how to remove the […] from the bottom of my posts.
On my site attached.
I can’t figure out how to remove the […] from the bottom of my posts.
On my site attached.
Hi there,
Do you have any custom code that adds the excerpt section to the single posts?
If so, kindly try to remove that code.
If you don’t have any custom code, try adding this CSS in the Global CSS:
.single-post .entry-content.excerpt {
display: none;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.