<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Putting the_content() into a PHP Variable</title>
	<atom:link href="http://digwp.com/2009/07/putting-the_content-into-a-php-variable/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2009/07/putting-the_content-into-a-php-variable/</link>
	<description>Take your WordPress skills to the next level.</description>
	<lastBuildDate>Tue, 15 May 2012 08:36:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jens TÃ¶rnell</title>
		<link>http://digwp.com/2009/07/putting-the_content-into-a-php-variable/#comment-1678</link>
		<dc:creator>Jens TÃ¶rnell</dc:creator>
		<pubDate>Wed, 16 Sep 2009 17:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=189#comment-1678</guid>
		<description>Hi!

I figured out another way of doing this. Look at my post &lt;a href=&quot;http://www.devdevote.com/wordpress/functions/get_content-with-formatting/&quot; rel=&quot;nofollow&quot;&gt;&quot;get_the_content WITH formatting&quot;&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I figured out another way of doing this. Look at my post <a href="http://www.devdevote.com/wordpress/functions/get_content-with-formatting/" rel="nofollow">&#8220;get_the_content WITH formatting&#8221;</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angelus</title>
		<link>http://digwp.com/2009/07/putting-the_content-into-a-php-variable/#comment-997</link>
		<dc:creator>Angelus</dc:creator>
		<pubDate>Fri, 31 Jul 2009 19:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=189#comment-997</guid>
		<description>get_the_content , don&#039;t have all content , end of line isn&#039;t formatted in that function</description>
		<content:encoded><![CDATA[<p>get_the_content , don&#8217;t have all content , end of line isn&#8217;t formatted in that function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel15</title>
		<link>http://digwp.com/2009/07/putting-the_content-into-a-php-variable/#comment-817</link>
		<dc:creator>Daniel15</dc:creator>
		<pubDate>Thu, 23 Jul 2009 11:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=189#comment-817</guid>
		<description>Note that this will not work if output buffering is already in use on the site.

Also, I&#039;m sure there&#039;s a function that returns the number of words in a string... No need to use that explode method. And if there&#039;s no function for it, using substr_count should be faster than count(explode()) :P</description>
		<content:encoded><![CDATA[<p>Note that this will not work if output buffering is already in use on the site.</p>
<p>Also, I&#8217;m sure there&#8217;s a function that returns the number of words in a string&#8230; No need to use that explode method. And if there&#8217;s no function for it, using substr_count should be faster than count(explode()) :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://digwp.com/2009/07/putting-the_content-into-a-php-variable/#comment-553</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Tue, 07 Jul 2009 21:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=189#comment-553</guid>
		<description>That last bit of code for removing the p-tags would come in handy but where does it go? In the wordpress loop or in the functions.php file or...?</description>
		<content:encoded><![CDATA[<p>That last bit of code for removing the p-tags would come in handy but where does it go? In the wordpress loop or in the functions.php file or&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://digwp.com/2009/07/putting-the_content-into-a-php-variable/#comment-533</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 07 Jul 2009 05:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=189#comment-533</guid>
		<description>shame on you chris. kidding</description>
		<content:encoded><![CDATA[<p>shame on you chris. kidding</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://digwp.com/2009/07/putting-the_content-into-a-php-variable/#comment-503</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Sun, 05 Jul 2009 12:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=189#comment-503</guid>
		<description>Honestly I didn&#039;t know about it! =)

I thank everyone for pointing it out. Obviously, that is far easier.

And yes, I&#039;ve been in the middle of moving and most of these comments were stuck in moderation, sorry about that!</description>
		<content:encoded><![CDATA[<p>Honestly I didn&#8217;t know about it! =)</p>
<p>I thank everyone for pointing it out. Obviously, that is far easier.</p>
<p>And yes, I&#8217;ve been in the middle of moving and most of these comments were stuck in moderation, sorry about that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://digwp.com/2009/07/putting-the_content-into-a-php-variable/#comment-500</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 05 Jul 2009 07:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=189#comment-500</guid>
		<description>I might be wrong but after following Chris for the last few years I would think that he knows about the &quot;get_the_content()&quot; function and has some weird reasoning behind doing it another way. I am waiting to hear his response to this. So Chris when you read this please do me a favor and let me know one way or the other.</description>
		<content:encoded><![CDATA[<p>I might be wrong but after following Chris for the last few years I would think that he knows about the &#8220;get_the_content()&#8221; function and has some weird reasoning behind doing it another way. I am waiting to hear his response to this. So Chris when you read this please do me a favor and let me know one way or the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://digwp.com/2009/07/putting-the_content-into-a-php-variable/#comment-499</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 05 Jul 2009 07:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=189#comment-499</guid>
		<description>wasn&#039;t trying to sound upset or mean I just got tired of reading the same comments over and over. I am not trying to stop anyone from commenting because that is what makes blogs like this informative. I just hate when people read a post and then drop right to the bottom (without reading any other comments) and start bashing a quality post apart.</description>
		<content:encoded><![CDATA[<p>wasn&#8217;t trying to sound upset or mean I just got tired of reading the same comments over and over. I am not trying to stop anyone from commenting because that is what makes blogs like this informative. I just hate when people read a post and then drop right to the bottom (without reading any other comments) and start bashing a quality post apart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rarst</title>
		<link>http://digwp.com/2009/07/putting-the_content-into-a-php-variable/#comment-497</link>
		<dc:creator>Rarst</dc:creator>
		<pubDate>Sun, 05 Jul 2009 05:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=189#comment-497</guid>
		<description>Sorry, not our fault. Everyone made comment without seeing rest because they were all stuck in moderation. Then bulk approval and we all look bit stupid. :)</description>
		<content:encoded><![CDATA[<p>Sorry, not our fault. Everyone made comment without seeing rest because they were all stuck in moderation. Then bulk approval and we all look bit stupid. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://digwp.com/2009/07/putting-the_content-into-a-php-variable/#comment-494</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 04 Jul 2009 19:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=189#comment-494</guid>
		<description>Enough already with the &quot;get_the_content()&quot; jabber. We get it wordpress has a function set up to pull in the content without using a buffer. Wordpress uses get_ for returning almost any function inside the loop without echoing out to the browser. comes in handy for conditional statements.</description>
		<content:encoded><![CDATA[<p>Enough already with the &#8220;get_the_content()&#8221; jabber. We get it wordpress has a function set up to pull in the content without using a buffer. WordPress uses get_ for returning almost any function inside the loop without echoing out to the browser. comes in handy for conditional statements.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

