Masonry Blog Page
I’m using the excerpt feature and all posts have ellipses at the end of the excerpt. How do I get rid of them?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
I’m using the excerpt feature and all posts have ellipses at the end of the excerpt. How do I get rid of them?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
1Hi Edward
Thanks for reaching out.
At the moment, there isn’t an easy method of removing the ellipses. You’d need to install a child theme, you can find one here Page: Child Theme. Next, copy the excerpt function and paste it into the child theme functions.php file, here is the function https://github.com/siteorigin/siteorigin-corp/blob/develop/inc/template-tags.php#L271-L309. Finally, edit the
$ellipsis = '...';replacing it with$ellipsis = '';.This is an intermediate difficulty task. Sorry, we don’t have an easier way of achieving this at the moment.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.