<?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: WP Include File: a WordPress Plugin</title>
	<atom:link href="http://www.amberpanther.com/contributions/wp-include-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amberpanther.com/contributions/wp-include-file/</link>
	<description>Soft Creativity</description>
	<lastBuildDate>Tue, 08 Jun 2010 15:15:55 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andreas.P</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-5021</link>
		<dc:creator>Andreas.P</dc:creator>
		<pubDate>Sun, 06 Jun 2010 14:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-5021</guid>
		<description>This is not an option with WP Include File.</description>
		<content:encoded><![CDATA[<p>This is not an option with WP Include File.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benny</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-4974</link>
		<dc:creator>Benny</dc:creator>
		<pubDate>Fri, 04 Jun 2010 05:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-4974</guid>
		<description>Hi is it possible with your program to include a php file from another web site which shows up on my website not as a link but the content of that file.
Regards Ben</description>
		<content:encoded><![CDATA[<p>Hi is it possible with your program to include a php file from another web site which shows up on my website not as a link but the content of that file.<br />
Regards Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas.P</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-4321</link>
		<dc:creator>Andreas.P</dc:creator>
		<pubDate>Wed, 21 Apr 2010 07:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-4321</guid>
		<description>Hello... at the moment this feature is not supported and it is not in our immediate plans to support it, as it would greatly increase the implementation complexity of the plugin. Our suggestion would be to split the html file in the parts (i.e. multiple files) you want, and then use the WP Include File shortcode to load the different files, separating each shortcode call with the &lt;code&gt;more&lt;/code&gt; short-tag. Thank you for choosing WP Include File...</description>
		<content:encoded><![CDATA[<p>Hello&#8230; at the moment this feature is not supported and it is not in our immediate plans to support it, as it would greatly increase the implementation complexity of the plugin. Our suggestion would be to split the html file in the parts (i.e. multiple files) you want, and then use the WP Include File shortcode to load the different files, separating each shortcode call with the <code>more</code> short-tag. Thank you for choosing WP Include File&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joachim Schlosser</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-4302</link>
		<dc:creator>Joachim Schlosser</dc:creator>
		<pubDate>Tue, 20 Apr 2010 20:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-4302</guid>
		<description>Hi, great plugin you created there. Just one question: Is it possible to take into account the &lt;!--more--&gt; tag in included files? And if yes, then how? Reason is the following: I use the plugin to include a HTML file generated from LaTeX document in a post, and this document is updated from time to time. However, the document is also long enough to have a &lt;!--more--&gt; after the introduction. So how could I make your wonderful plugin to allow &quot;read more&quot;?

Thanks so much!</description>
		<content:encoded><![CDATA[<p>Hi, great plugin you created there. Just one question: Is it possible to take into account the <!--more--> tag in included files? And if yes, then how? Reason is the following: I use the plugin to include a HTML file generated from LaTeX document in a post, and this document is updated from time to time. However, the document is also long enough to have a <!--more--> after the introduction. So how could I make your wonderful plugin to allow &#8220;read more&#8221;?</p>
<p>Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacinta</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-3885</link>
		<dc:creator>Jacinta</dc:creator>
		<pubDate>Sat, 27 Mar 2010 02:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-3885</guid>
		<description>Google Custom Search has worked really well with WP-Include File = Thanks Amber!</description>
		<content:encoded><![CDATA[<p>Google Custom Search has worked really well with WP-Include File = Thanks Amber!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AmberPanther</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-3867</link>
		<dc:creator>AmberPanther</dc:creator>
		<pubDate>Wed, 24 Mar 2010 04:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-3867</guid>
		<description>Jacinta, we are glad you are enjoying WP Include File. Unfortunately, the text in the included files is not found by the WordPress native search, as it only searches the contents of the database, and not the rendered page. There are a couple of workarounds: 1. Use keywords in the included filename, its name is stored in the database and WordPress search will find it. 2. Migrate to a custom search option on your site (e.g. Google Custom Search). The search engine crawlers render the page, thus they index all the information, including the contents of the included file. Hence, searches will return it in the results. Setting up a Custom Search is relatively straightforward.</description>
		<content:encoded><![CDATA[<p>Jacinta, we are glad you are enjoying WP Include File. Unfortunately, the text in the included files is not found by the WordPress native search, as it only searches the contents of the database, and not the rendered page. There are a couple of workarounds: 1. Use keywords in the included filename, its name is stored in the database and WordPress search will find it. 2. Migrate to a custom search option on your site (e.g. Google Custom Search). The search engine crawlers render the page, thus they index all the information, including the contents of the included file. Hence, searches will return it in the results. Setting up a Custom Search is relatively straightforward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacinta</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-3849</link>
		<dc:creator>Jacinta</dc:creator>
		<pubDate>Tue, 23 Mar 2010 13:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-3849</guid>
		<description>Hello AmberPanther
WP-Include File is a TRULY great plugin but the Wordpress search does not look in the included files.  Do you have any suggestions to make a search that will find text in the posts AND in the included WP Include files ?</description>
		<content:encoded><![CDATA[<p>Hello AmberPanther<br />
WP-Include File is a TRULY great plugin but the Wordpress search does not look in the included files.  Do you have any suggestions to make a search that will find text in the posts AND in the included WP Include files ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AmberPanther</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-3815</link>
		<dc:creator>AmberPanther</dc:creator>
		<pubDate>Mon, 22 Mar 2010 07:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-3815</guid>
		<description>Dave, we are glad WP Include File was of help to you... Remember &amp; Recommend the Panther</description>
		<content:encoded><![CDATA[<p>Dave, we are glad WP Include File was of help to you&#8230; Remember &#038; Recommend the Panther</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Casler</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-3806</link>
		<dc:creator>Dave Casler</dc:creator>
		<pubDate>Sun, 21 Mar 2010 03:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-3806</guid>
		<description>Thanks! Yours was the third plug-in I tried and the first that worked. My goal was to create a page that my weather station can update. The weather station sends up a text file with all the data, plus five jpegs, every 15 minutes. See it in action at http://mtsneffelspress.com/projects/wx/.</description>
		<content:encoded><![CDATA[<p>Thanks! Yours was the third plug-in I tried and the first that worked. My goal was to create a page that my weather station can update. The weather station sends up a text file with all the data, plus five jpegs, every 15 minutes. See it in action at <a href="http://mtsneffelspress.com/projects/wx/" rel="nofollow">http://mtsneffelspress.com/projects/wx/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mt. Sneffels Press, a Colorado Micropress &#187; The American Flying Broomstick Web Pages Moved</title>
		<link>http://www.amberpanther.com/contributions/wp-include-file/comment-page-1/#comment-3805</link>
		<dc:creator>Mt. Sneffels Press, a Colorado Micropress &#187; The American Flying Broomstick Web Pages Moved</dc:creator>
		<pubDate>Sun, 21 Mar 2010 03:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=488#comment-3805</guid>
		<description>[...] to do an &#8220;include,&#8221; which means the page always contains the latest data. That meant a plug-in to permit &#8220;including&#8221; some php code. If that sounds technical, it [...]</description>
		<content:encoded><![CDATA[<p>[...] to do an &#8220;include,&#8221; which means the page always contains the latest data. That meant a plug-in to permit &#8220;including&#8221; some php code. If that sounds technical, it [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
