<?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: The DFE News Harvester Plugin</title>
	<atom:link href="http://holisticnetworking.net/plugins/2009/04/27/the-dfe-news-harvester-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://holisticnetworking.net/plugins/2009/04/27/the-dfe-news-harvester-plugin/</link>
	<description>Plugin Resource for WordPress and WPMU</description>
	<lastBuildDate>Tue, 09 Mar 2010 07:03:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rhydayric</title>
		<link>http://holisticnetworking.net/plugins/2009/04/27/the-dfe-news-harvester-plugin/comment-page-1/#comment-7846</link>
		<dc:creator>rhydayric</dc:creator>
		<pubDate>Sat, 05 Sep 2009 11:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://holisticnetworking.net/plugins/?p=93#comment-7846</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://holisticnetworking.net/plugins/2009/04/27/the-dfe-news-harvester-plugin/comment-page-1/#comment-7820</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Tue, 25 Aug 2009 03:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://holisticnetworking.net/plugins/?p=93#comment-7820</guid>
		<description>How or where do I define the number of characters or words to show in the title of the feed? It looks like it cuts off the title at some point.</description>
		<content:encoded><![CDATA[<p>How or where do I define the number of characters or words to show in the title of the feed? It looks like it cuts off the title at some point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Belknap</title>
		<link>http://holisticnetworking.net/plugins/2009/04/27/the-dfe-news-harvester-plugin/comment-page-1/#comment-7719</link>
		<dc:creator>Thomas Belknap</dc:creator>
		<pubDate>Sat, 18 Jul 2009 17:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://holisticnetworking.net/plugins/?p=93#comment-7719</guid>
		<description>@Christopher: thanks for the question. The data that you&#039;re entering into the fields is meta data. Therefore, to get it to display you&#039;ll want to use get_post_meta:
http://codex.wordpress.org/Using_Custom_Fields
http://codex.wordpress.org/Function_Reference/get_post_meta

You&#039;ll want to use the meta value link instead of the the_permalink version:

[php]$link = get_post_meta($post, &#039;link_url&#039;, TRUE);
$link_text = get_post_meta($post, &#039;link_text&#039;, TRUE);
$subtitle = get_post_meta($post, &#039;subtitle&#039;, TRUE);
?&gt;
&lt;a href=&quot;&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
[/php]</description>
		<content:encoded><![CDATA[<p>@Christopher: thanks for the question. The data that you&#8217;re entering into the fields is meta data. Therefore, to get it to display you&#8217;ll want to use get_post_meta:<br />
<a href="http://codex.wordpress.org/Using_Custom_Fields" rel="nofollow">http://codex.wordpress.org/Using_Custom_Fields</a><br />
<a href="http://codex.wordpress.org/Function_Reference/get_post_meta" rel="nofollow">http://codex.wordpress.org/Function_Reference/get_post_meta</a></p>
<p>You&#8217;ll want to use the meta value link instead of the the_permalink version:</p>
<pre class="brush: php;">$link = get_post_meta($post, 'link_url', TRUE);
$link_text = get_post_meta($post, 'link_text', TRUE);
$subtitle = get_post_meta($post, 'subtitle', TRUE);
?&amp;gt;
&lt;a href=&quot;&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Phillips</title>
		<link>http://holisticnetworking.net/plugins/2009/04/27/the-dfe-news-harvester-plugin/comment-page-1/#comment-7718</link>
		<dc:creator>Christopher Phillips</dc:creator>
		<pubDate>Sat, 18 Jul 2009 16:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://holisticnetworking.net/plugins/?p=93#comment-7718</guid>
		<description>Perhaps I do not understand how the plugin is supposed to work, but here is what I am experiencing:
Added feeds, all worked as advertised.  Load feeds, get list of articles.  Check box.  Edit title as desired.  Publish article.  New article shows up in posts again as advertised.  No content appears, only title.  Title links back to itself.  The only thing appearing in the content pane are the words &quot;Added via DFE News Harvester.&quot;

Running WPMU 2.8.1 and DFENH version 0.8</description>
		<content:encoded><![CDATA[<p>Perhaps I do not understand how the plugin is supposed to work, but here is what I am experiencing:<br />
Added feeds, all worked as advertised.  Load feeds, get list of articles.  Check box.  Edit title as desired.  Publish article.  New article shows up in posts again as advertised.  No content appears, only title.  Title links back to itself.  The only thing appearing in the content pane are the words &#8220;Added via DFE News Harvester.&#8221;</p>
<p>Running WPMU 2.8.1 and DFENH version 0.8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vestel ebys</title>
		<link>http://holisticnetworking.net/plugins/2009/04/27/the-dfe-news-harvester-plugin/comment-page-1/#comment-7612</link>
		<dc:creator>vestel ebys</dc:creator>
		<pubDate>Sat, 13 Jun 2009 17:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://holisticnetworking.net/plugins/?p=93#comment-7612</guid>
		<description>thanks a lot</description>
		<content:encoded><![CDATA[<p>thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ijed</title>
		<link>http://holisticnetworking.net/plugins/2009/04/27/the-dfe-news-harvester-plugin/comment-page-1/#comment-7598</link>
		<dc:creator>ijed</dc:creator>
		<pubDate>Sat, 06 Jun 2009 14:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://holisticnetworking.net/plugins/?p=93#comment-7598</guid>
		<description>I think I figured it out, it seems to be working and the problem is most likely to do with the theme I selected.

Thanks</description>
		<content:encoded><![CDATA[<p>I think I figured it out, it seems to be working and the problem is most likely to do with the theme I selected.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ijed</title>
		<link>http://holisticnetworking.net/plugins/2009/04/27/the-dfe-news-harvester-plugin/comment-page-1/#comment-7597</link>
		<dc:creator>ijed</dc:creator>
		<pubDate>Sat, 06 Jun 2009 14:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://holisticnetworking.net/plugins/?p=93#comment-7597</guid>
		<description>Hi,
I&#039;m new to WP so apologies if this is a basic question, but how do I use the plugin?

I downloaded it to my plugin folder, activated it then went to the tools section, added some cnn feeds and it kept saying that no feed has been configured.

Help!

thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m new to WP so apologies if this is a basic question, but how do I use the plugin?</p>
<p>I downloaded it to my plugin folder, activated it then went to the tools section, added some cnn feeds and it kept saying that no feed has been configured.</p>
<p>Help!</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Belknap</title>
		<link>http://holisticnetworking.net/plugins/2009/04/27/the-dfe-news-harvester-plugin/comment-page-1/#comment-7583</link>
		<dc:creator>Thomas Belknap</dc:creator>
		<pubDate>Mon, 01 Jun 2009 10:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://holisticnetworking.net/plugins/?p=93#comment-7583</guid>
		<description>Gary and Batts: please download the plugin again from WP and tell me if that fixes the problem.  Looks like there were a few calls to update_site_option I missed.  Funny that it wouldn&#039;t just bomb out on us, but there it is.

Thanks to both of you for helping me out by reporting the bugs!</description>
		<content:encoded><![CDATA[<p>Gary and Batts: please download the plugin again from WP and tell me if that fixes the problem.  Looks like there were a few calls to update_site_option I missed.  Funny that it wouldn&#8217;t just bomb out on us, but there it is.</p>
<p>Thanks to both of you for helping me out by reporting the bugs!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gary</title>
		<link>http://holisticnetworking.net/plugins/2009/04/27/the-dfe-news-harvester-plugin/comment-page-1/#comment-7582</link>
		<dc:creator>gary</dc:creator>
		<pubDate>Mon, 01 Jun 2009 07:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://holisticnetworking.net/plugins/?p=93#comment-7582</guid>
		<description>great idea but I&#039;m having same problem as batts:

information missing or gives me a blank page</description>
		<content:encoded><![CDATA[<p>great idea but I&#8217;m having same problem as batts:</p>
<p>information missing or gives me a blank page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Belknap</title>
		<link>http://holisticnetworking.net/plugins/2009/04/27/the-dfe-news-harvester-plugin/comment-page-1/#comment-7580</link>
		<dc:creator>Thomas Belknap</dc:creator>
		<pubDate>Sun, 31 May 2009 14:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://holisticnetworking.net/plugins/?p=93#comment-7580</guid>
		<description>Hmmm. . . Can you send along some screenshots of your problem?  Thank you.</description>
		<content:encoded><![CDATA[<p>Hmmm. . . Can you send along some screenshots of your problem?  Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
