Hi,
I want to show both excerpt and content on the single post template, and it used to work well this way. But now, when I call the_excerpt() before the_content() both return the excerpt. If I switch the order or remove the_excerpt(), the_content() works fine...
I've been undoing steps to find what could have caused this behaviour but I'm feeling a bit lost.
Any idea on what should I be looking to? Did someone experienced something similar? Possible solutions?
Thanks!