Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
I’ve added a post loop widget to my home page to show my recent post, It use a template called loop-excerpt.php , the problem is it don’t show full post on the page and it added a continue reading bottom to the end of the post, my question is how can I show full posts on this page using post loop widget ?
Hi Arashnz
Thanks for reaching out.
Does the template in question use
the_excerpt
orthe_content
. If it uses the former you could make the desired change by changing it to the latter via a child theme.