<?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: Using Wordpress header and footers externally</title>
	<atom:link href="http://bloke.org/php/using-wordpress-header-and-footers-externally/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloke.org/php/using-wordpress-header-and-footers-externally/</link>
	<description>these are the things i learnt today</description>
	<lastBuildDate>Mon, 08 Feb 2010 20:57:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kieran</title>
		<link>http://bloke.org/php/using-wordpress-header-and-footers-externally/comment-page-1/#comment-852</link>
		<dc:creator>Kieran</dc:creator>
		<pubDate>Mon, 14 Dec 2009 07:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://bloke.org/?p=339#comment-852</guid>
		<description>Karl, thanks for your comments. Glad it helped you.</description>
		<content:encoded><![CDATA[<p><code>Karl, thanks for your comments. Glad it helped you.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://bloke.org/php/using-wordpress-header-and-footers-externally/comment-page-1/#comment-851</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Sun, 13 Dec 2009 23:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://bloke.org/?p=339#comment-851</guid>
		<description>You my friend, are an absoloute legend!
I love you, and want your babies.

Problem is im a guy and im assuming you are too, however...a beer your way is more than well deserved.</description>
		<content:encoded><![CDATA[<p><code>You my friend, are an absoloute legend!<br />I love you, and want your babies.</p><p>Problem is im a guy and im assuming you are too, however&#8230;a beer your way is more than well deserved.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram</title>
		<link>http://bloke.org/php/using-wordpress-header-and-footers-externally/comment-page-1/#comment-667</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Sun, 16 Aug 2009 12:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://bloke.org/?p=339#comment-667</guid>
		<description>Excellent! However, I did it slightly differently.

Created a new index.php file in a seperate folder did include the ../wp-blog-header.php then copied the content of wp-content/themes/MyTheme/page.php over into the index.php file 

Modified a little to suit my need and make this index.php file read content of other files that I wish to publish like abcd.c file based on the GET parameter (normal php coding). 

ex. www.mysite.com/othercontent/index.php?file=abcd.c

Gotta becareful to allow index.php file to read only permitted content and not to allow index.php file to go into .. folders etc.</description>
		<content:encoded><![CDATA[<p><code>Excellent! However, I did it slightly differently.</p><p>Created a new index.php file in a seperate folder did include the ../wp-blog-header.php then copied the content of wp-content/themes/MyTheme/page.php over into the index.php file </p><p>Modified a little to suit my need and make this index.php file read content of other files that I wish to publish like abcd.c file based on the GET parameter (normal php coding). </p><p>ex. <a href="http://www.mysite.com/othercontent/index.php?file=abcd.c" rel="nofollow">http://www.mysite.com/othercontent/index.php?file=abcd.c</a></p><p>Gotta becareful to allow index.php file to read only permitted content and not to allow index.php file to go into .. folders etc.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shea</title>
		<link>http://bloke.org/php/using-wordpress-header-and-footers-externally/comment-page-1/#comment-613</link>
		<dc:creator>Shea</dc:creator>
		<pubDate>Mon, 23 Feb 2009 03:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://bloke.org/?p=339#comment-613</guid>
		<description>hello there, I think this is what I am needing to use for my 3rd party support script (whmcs) (also uses smarty) but I am not clear on where the files should go after they have been created. 

I&#039;ve never dealt with a shell script, so exactly how do I make it work?  Also, where do the .html files listed in the shell script come into play?  

Thanks for any clarification you can give to this non-programmer!</description>
		<content:encoded><![CDATA[<p><code>hello there, I think this is what I am needing to use for my 3rd party support script (whmcs) (also uses smarty) but I am not clear on where the files should go after they have been created. </p><p>I&#8217;ve never dealt with a shell script, so exactly how do I make it work?  Also, where do the .html files listed in the shell script come into play?  </p><p>Thanks for any clarification you can give to this non-programmer!</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoana</title>
		<link>http://bloke.org/php/using-wordpress-header-and-footers-externally/comment-page-1/#comment-607</link>
		<dc:creator>yoana</dc:creator>
		<pubDate>Tue, 20 Jan 2009 15:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://bloke.org/?p=339#comment-607</guid>
		<description>Hi, i have a similar, but yet quite different issue i&#039;ve been trying to figure out for few days now.

i have installed wordpress on my domain psykoid.com. i need to add a *.php file in my root directory, so that it is accessed via psykoid.com/*.php.

i want to use my blog&#039;s header and footer html so that *.php looks the same, but i can&#039;t get the static html. is there such a way?</description>
		<content:encoded><![CDATA[<p><code>Hi, i have a similar, but yet quite different issue i&#8217;ve been trying to figure out for few days now.</p><p>i have installed wordpress on my domain psykoid.com. i need to add a *.php file in my root directory, so that it is accessed via psykoid.com/*.php.</p><p>i want to use my blog&#8217;s header and footer html so that *.php looks the same, but i can&#8217;t get the static html. is there such a way?</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srednarb</title>
		<link>http://bloke.org/php/using-wordpress-header-and-footers-externally/comment-page-1/#comment-455</link>
		<dc:creator>srednarb</dc:creator>
		<pubDate>Fri, 26 Sep 2008 14:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://bloke.org/?p=339#comment-455</guid>
		<description>If only you were in the same place as I am, I&#039;d really buy you a beer and I&#039;d be glad to shake my hands with you on this. Thank you for sharing.</description>
		<content:encoded><![CDATA[<p><code>If only you were in the same place as I am, I&#8217;d really buy you a beer and I&#8217;d be glad to shake my hands with you on this. Thank you for sharing.</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
