Hi,
I had the same problem and figured out a solution, though I’d be curious to hear from other, more experienced WordPress users if my solution is the “right” one. (But I did do a lot of research! LOL)
In the Editor, go to content.php. Find the code that reads:
the_excerpt();
Change that to the_content();
Update the file and do a refresh to preview. Mind you, I did this and it worked for my static home page. Not sure if you’re having an issue with a different page…
Also, remember to backup everything you’re touching! π
It worked for me. Hopefully it will for you as well.
Let me know either way.
Thread Starter
wakari
(@wakari)
Yes, it’s work!
Thank You!
Tank You it works for me!!
Epic! So simple. Thank you
But wait, I only want this for the front static page. So it isn’t a solution for me. Rats!