[wp-hackers] Block auto formatting of post content?
Stephen Rider
wp-hackers at striderweb.com
Wed Aug 20 12:51:48 GMT 2008
A-yup. That got me for a bit. Had to do a print_r on $post.
Obviously I figured it out. :)
On Aug 20, 2008, at 5:31 AM, DD32 wrote:
> except of course, Remember, that its actually stored in $post-
> >post_content.. Just incase anyones confused :)
>
> On Wed, 20 Aug 2008 19:58:41 +1000, Viper007Bond <viper at viper007bond.com
> > wrote:
>
>> $post->the_content is exactly as it came out of the database.
>>
>> the_content() is essentially just echo
>> apply_filters( 'the_content',
>> $post->the_content );
More information about the wp-hackers
mailing list