<?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: Thematic &#8211; A problem with php</title>
	<atom:link href="http://www.murky.org/blg/thematic-a-problem-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.murky.org/blg/thematic-a-problem-with-php/</link>
	<description>Tending to Geekiness</description>
	<lastBuildDate>Mon, 15 Mar 2010 05:45:52 -0600</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Murk</title>
		<link>http://www.murky.org/blg/thematic-a-problem-with-php/#comment-72917</link>
		<dc:creator>Murk</dc:creator>
		<pubDate>Sun, 15 Feb 2009 12:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.murky.org/blg/?p=4182#comment-72917</guid>
		<description>Followup Post: 
http://www.murky.org/blg/thematic-child-theme-post-footer-modification/</description>
		<content:encoded><![CDATA[<p>Followup Post:<br />
<a href="http://www.murky.org/blg/thematic-child-theme-post-footer-modification/" rel="nofollow">http://www.murky.org/blg/thematic-child-theme-post-footer-modification/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murk</title>
		<link>http://www.murky.org/blg/thematic-a-problem-with-php/#comment-72915</link>
		<dc:creator>Murk</dc:creator>
		<pubDate>Sun, 15 Feb 2009 10:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.murky.org/blg/?p=4182#comment-72915</guid>
		<description>It works... now to try and change all those &#039;echo&#039; statements into one big variable!</description>
		<content:encoded><![CDATA[<p>It works&#8230; now to try and change all those &#8216;echo&#8217; statements into one big variable!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vix</title>
		<link>http://www.murky.org/blg/thematic-a-problem-with-php/#comment-72866</link>
		<dc:creator>Vix</dc:creator>
		<pubDate>Tue, 03 Feb 2009 10:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.murky.org/blg/?p=4182#comment-72866</guid>
		<description>Yes.  It would be:

$footer = $extra . $footer;</description>
		<content:encoded><![CDATA[<p>Yes.  It would be:</p>
<p>$footer = $extra . $footer;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murk</title>
		<link>http://www.murky.org/blg/thematic-a-problem-with-php/#comment-72831</link>
		<dc:creator>Murk</dc:creator>
		<pubDate>Mon, 02 Feb 2009 14:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.murky.org/blg/?p=4182#comment-72831</guid>
		<description>(It was actually add my code before it, but with your principle some variable swapping should be possible)</description>
		<content:encoded><![CDATA[<p>(It was actually add my code before it, but with your principle some variable swapping should be possible)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murk</title>
		<link>http://www.murky.org/blg/thematic-a-problem-with-php/#comment-72830</link>
		<dc:creator>Murk</dc:creator>
		<pubDate>Mon, 02 Feb 2009 13:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.murky.org/blg/?p=4182#comment-72830</guid>
		<description>Hmm...  thanks for that.

function my_custom_footer($footer) {
 
        $extra_stuff = &#039;hello world&#039;;
 
        $footer .= $extra_stuff;
 
        return $footer;
 
 
}

I shall have to try it sometime -  fingers crossed it&#039;s as simple as it appears!</description>
		<content:encoded><![CDATA[<p>Hmm&#8230;  thanks for that.</p>
<p>function my_custom_footer($footer) {</p>
<p>        $extra_stuff = &#8216;hello world&#8217;;</p>
<p>        $footer .= $extra_stuff;</p>
<p>        return $footer;</p>
<p>}</p>
<p>I shall have to try it sometime &#8211;  fingers crossed it&#8217;s as simple as it appears!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vix</title>
		<link>http://www.murky.org/blg/thematic-a-problem-with-php/#comment-72824</link>
		<dc:creator>Vix</dc:creator>
		<pubDate>Mon, 02 Feb 2009 11:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.murky.org/blg/?p=4182#comment-72824</guid>
		<description>From what I understand, you want to maintain the post footer that Thematic displays and add your code after it (see &lt;a href=&quot;http://pastebin.com/m694729f9&quot; rel=&quot;nofollow&quot;&gt;example&lt;/a&gt;)

This way you get to include the original post footer along with other stuff that you add.</description>
		<content:encoded><![CDATA[<p>From what I understand, you want to maintain the post footer that Thematic displays and add your code after it (see <a href="http://pastebin.com/m694729f9" rel="nofollow">example</a>)</p>
<p>This way you get to include the original post footer along with other stuff that you add.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
