<?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: WordPress the_content</title>
	<atom:link href="http://ddhr.org/2006/04/28/wordpress-the_content/feed/" rel="self" type="application/rss+xml" />
	<link>http://ddhr.org/2006/04/28/wordpress-the_content/</link>
	<description>The personal web presence of David Hosier</description>
	<lastBuildDate>Wed, 25 Aug 2010 12:30:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Ulfii</title>
		<link>http://ddhr.org/2006/04/28/wordpress-the_content/#comment-6053</link>
		<dc:creator>Ulfii</dc:creator>
		<pubDate>Tue, 29 Apr 2008 21:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/04/28/wordpress-the_content/#comment-6053</guid>
		<description>THANK YOU!!!!!</description>
		<content:encoded><![CDATA[<p>THANK YOU!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk</title>
		<link>http://ddhr.org/2006/04/28/wordpress-the_content/#comment-5845</link>
		<dc:creator>Dirk</dc:creator>
		<pubDate>Tue, 15 Jan 2008 18:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/04/28/wordpress-the_content/#comment-5845</guid>
		<description>SOLUTION WITHOUT HACKING ;)

Add a single line at the bottom of your themes CSS file:

p { margin: 0px; padding: 0px; padding-bottom:1.2em; }

and change padding-bottom: to whatever fits your needs ;)

Spread this! :)</description>
		<content:encoded><![CDATA[<p>SOLUTION WITHOUT HACKING ;)</p>
<p>Add a single line at the bottom of your themes CSS file:</p>
<p>p { margin: 0px; padding: 0px; padding-bottom:1.2em; }</p>
<p>and change padding-bottom: to whatever fits your needs ;)</p>
<p>Spread this! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://ddhr.org/2006/04/28/wordpress-the_content/#comment-2618</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 09 Apr 2007 18:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/04/28/wordpress-the_content/#comment-2618</guid>
		<description>Yeah I supposed that would work too.&#160; Thanks for the suggestion.</description>
		<content:encoded><![CDATA[<p>Yeah I supposed that would work too.&nbsp; Thanks for the suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://ddhr.org/2006/04/28/wordpress-the_content/#comment-2574</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Sat, 07 Apr 2007 01:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/04/28/wordpress-the_content/#comment-2574</guid>
		<description>I don&#039;t know if it helps, but if line breaks are your only worry, you can just use nl2br()-function around the_content() when you&#039;ve disabled the wpautop-function. Like so: &quot;echo nl2br(the_content());&quot;</description>
		<content:encoded><![CDATA[<p>I don't know if it helps, but if line breaks are your only worry, you can just use nl2br()-function around the_content() when you've disabled the wpautop-function. Like so: "echo nl2br(the_content());"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rubberband Wound &#187; Blog Archive &#187; Cleaning Up</title>
		<link>http://ddhr.org/2006/04/28/wordpress-the_content/#comment-1967</link>
		<dc:creator>Rubberband Wound &#187; Blog Archive &#187; Cleaning Up</dc:creator>
		<pubDate>Sun, 18 Mar 2007 23:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/04/28/wordpress-the_content/#comment-1967</guid>
		<description>[...] inserting double paragraph tags on all the posts. After a while I found an explanation saying to change a line in the main template. That fixed the immediate problem, and then I went through old posts, cleaning up some goofy syntax [...]</description>
		<content:encoded><![CDATA[<p>[...] inserting double paragraph tags on all the posts. After a while I found an explanation saying to change a line in the main template. That fixed the immediate problem, and then I went through old posts, cleaning up some goofy syntax [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://ddhr.org/2006/04/28/wordpress-the_content/#comment-386</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 24 May 2006 16:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/04/28/wordpress-the_content/#comment-386</guid>
		<description>&lt;a href=&quot;http://vapourtrails.ca/&quot;&gt;Jerome&lt;/a&gt; made a plugin similar to Alex King&#039;s, called &lt;a href=&quot;http://vapourtrails.ca/wp-preformatted&quot;&gt;WP-PreFormatted&lt;/a&gt;.&#160; It sounds like it stores a &lt;i&gt;copy&lt;/i&gt; of each post, which seems like it would double the size of your database.&#160; I haven&#039;t tried it, but it was worth mentioning.</description>
		<content:encoded><![CDATA[<p><a href="http://vapourtrails.ca/">Jerome</a> made a plugin similar to Alex King's, called <a href="http://vapourtrails.ca/wp-preformatted">WP-PreFormatted</a>.&nbsp; It sounds like it stores a <i>copy</i> of each post, which seems like it would double the size of your database.&nbsp; I haven't tried it, but it was worth mentioning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://ddhr.org/2006/04/28/wordpress-the_content/#comment-312</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 07 May 2006 19:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://ddhr.org/2006/04/28/wordpress-the_content/#comment-312</guid>
		<description>Another thing I forgot to mention:&#160; When using get_the_content, posts and pages that used to display php code no longer work.&#160; For example, if one of your posts or pages executes a php script (by utilizing &lt;a href=&quot;http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/&quot;&gt;RunPHP&lt;/a&gt; or &lt;a href=&quot;http://www.soeren-weber.net/post/2005/08/18/50/&quot;&gt;Exec-PHP&lt;/a&gt;), the code is simply outputted as text because these plugins apply filters to the_content without ever touching get_the_content.</description>
		<content:encoded><![CDATA[<p>Another thing I forgot to mention:&nbsp; When using get_the_content, posts and pages that used to display php code no longer work.&nbsp; For example, if one of your posts or pages executes a php script (by utilizing <a href="http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/">RunPHP</a> or <a href="http://www.soeren-weber.net/post/2005/08/18/50/">Exec-PHP</a>), the code is simply outputted as text because these plugins apply filters to the_content without ever touching get_the_content.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
