<?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: Weekend Thoughts</title>
	<atom:link href="http://www.bencotten.net/2007/10/05/weekend-thoughts-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bencotten.net/2007/10/05/weekend-thoughts-3/</link>
	<description>living life with eyes wide open</description>
	<lastBuildDate>Sat, 13 Mar 2010 02:21:49 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben Cotten</title>
		<link>http://www.bencotten.net/2007/10/05/weekend-thoughts-3/comment-page-1/#comment-586</link>
		<dc:creator>Ben Cotten</dc:creator>
		<pubDate>Fri, 05 Oct 2007 15:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencotten.net/2007/10/05/weekend-thoughts-3/#comment-586</guid>
		<description>Thanks, Rodney.  I edited the post to include a warning for that one.</description>
		<content:encoded><![CDATA[<p>Thanks, Rodney.  I edited the post to include a warning for that one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MInTheGap</title>
		<link>http://www.bencotten.net/2007/10/05/weekend-thoughts-3/comment-page-1/#comment-585</link>
		<dc:creator>MInTheGap</dc:creator>
		<pubDate>Fri, 05 Oct 2007 15:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencotten.net/2007/10/05/weekend-thoughts-3/#comment-585</guid>
		<description>Thanks for the link and the pointers!</description>
		<content:encoded><![CDATA[<p>Thanks for the link and the pointers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney M</title>
		<link>http://www.bencotten.net/2007/10/05/weekend-thoughts-3/comment-page-1/#comment-584</link>
		<dc:creator>Rodney M</dc:creator>
		<pubDate>Fri, 05 Oct 2007 14:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencotten.net/2007/10/05/weekend-thoughts-3/#comment-584</guid>
		<description>Love the Tom Mabe stuff - those calls are hilarious.  But just as a warning to other parents - the first video is not necessarily safe for younger ears thanks to some language.</description>
		<content:encoded><![CDATA[<p>Love the Tom Mabe stuff &#8211; those calls are hilarious.  But just as a warning to other parents &#8211; the first video is not necessarily safe for younger ears thanks to some language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Cotten</title>
		<link>http://www.bencotten.net/2007/10/05/weekend-thoughts-3/comment-page-1/#comment-582</link>
		<dc:creator>Ben Cotten</dc:creator>
		<pubDate>Fri, 05 Oct 2007 13:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencotten.net/2007/10/05/weekend-thoughts-3/#comment-582</guid>
		<description>Actually, I just found a &lt;a href=&quot;http://cavemonkey50.com/code/full-feed/&quot;  rel=&quot;nofollow&quot;&gt;plugin for it&lt;/a&gt;.  I don&#039;t know how I missed this before.  I haven&#039;t tried it, but looks to be the ticket.

If that doesn&#039;t work, edit /wp-includes/post-template.php

Around line 83, find this line: &lt;code&gt;if ( preg_match(&#039;/&lt;!--more(.*?)?--&gt;/&#039;, $content, $matches) )&lt;/code&gt;

Change that to &lt;code&gt;if ( preg_match(&#039;/&lt;!--more(.+?)?--&gt;/&#039;, $content, $matches) &amp;&amp; !is_feed() ) {&lt;/code&gt;

I&#039;ll probably try the plugin so that upgrades don&#039;t overwrite the code changes.</description>
		<content:encoded><![CDATA[<p>Actually, I just found a <a href="http://cavemonkey50.com/code/full-feed/"  rel="nofollow">plugin for it</a>.  I don&#8217;t know how I missed this before.  I haven&#8217;t tried it, but looks to be the ticket.</p>
<p>If that doesn&#8217;t work, edit /wp-includes/post-template.php</p>
<p>Around line 83, find this line: <code>if ( preg_match('/<!--more(.*?)?-->/', $content, $matches) )</code></p>
<p>Change that to <code>if ( preg_match('/<!--more(.+?)?-->/', $content, $matches) &#038;&#038; !is_feed() ) {</code></p>
<p>I&#8217;ll probably try the plugin so that upgrades don&#8217;t overwrite the code changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MInTheGap</title>
		<link>http://www.bencotten.net/2007/10/05/weekend-thoughts-3/comment-page-1/#comment-581</link>
		<dc:creator>MInTheGap</dc:creator>
		<pubDate>Fri, 05 Oct 2007 12:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencotten.net/2007/10/05/weekend-thoughts-3/#comment-581</guid>
		<description>Care to share with me the secret of the full RSS / Read More?  I&#039;m doing excerpts on my home page because I don&#039;t want to put too much on it, but I think being able to use the more tag might be better-- depending on what your solution is...  (you should create a plugin, if possible!)

I just watched Facing the Giants the other day as well.  There were a few shots that didn&#039;t look as good for whatever reason, and my wife wasn&#039;t that impressed by the father in the wheel chair&#039;s acting, but it was a great and timely message.  Seems that people expect to have great miracles happen today-- when miracles are happening all around them.</description>
		<content:encoded><![CDATA[<p>Care to share with me the secret of the full RSS / Read More?  I&#8217;m doing excerpts on my home page because I don&#8217;t want to put too much on it, but I think being able to use the more tag might be better&#8211; depending on what your solution is&#8230;  (you should create a plugin, if possible!)</p>
<p>I just watched Facing the Giants the other day as well.  There were a few shots that didn&#8217;t look as good for whatever reason, and my wife wasn&#8217;t that impressed by the father in the wheel chair&#8217;s acting, but it was a great and timely message.  Seems that people expect to have great miracles happen today&#8211; when miracles are happening all around them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hanlie</title>
		<link>http://www.bencotten.net/2007/10/05/weekend-thoughts-3/comment-page-1/#comment-579</link>
		<dc:creator>hanlie</dc:creator>
		<pubDate>Fri, 05 Oct 2007 07:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencotten.net/2007/10/05/weekend-thoughts-3/#comment-579</guid>
		<description>Those are hilarious!  My strategy is to try and sell the telemarketers something...</description>
		<content:encoded><![CDATA[<p>Those are hilarious!  My strategy is to try and sell the telemarketers something&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
