[wp-hackers] the_content ignoring more

Mark Jaquith mark.wordpress at txfx.net
Thu Sep 28 06:16:00 GMT 2006


On Sep 27, 2006, at 9:59 AM, Elliotte Harold wrote:

> Is there a way to get the full content of a post in the loop while  
> ignoring the presence of <!--more-->?

$more = 'yes, please';
the_content();

Okay, so you could just set $more = true; ... but it never hurts to  
be polite.

See the function get_the_content() to see where $more is implemented.

--
Mark Jaquith
http://txfx.net/




More information about the wp-hackers mailing list