<?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 Custom PHP with Suffusion</title>
	<atom:link href="http://aquoid.com/news/2010/05/using-custom-php-with-suffusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://aquoid.com/news/2010/05/using-custom-php-with-suffusion/</link>
	<description>The Home of Suffusion</description>
	<lastBuildDate>Thu, 02 Feb 2012 23:05:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Some Changes in Suffusion Version 3.9.3 &#187; Aquoid Themes</title>
		<link>http://aquoid.com/news/2010/05/using-custom-php-with-suffusion/comment-page-1/#comment-3549</link>
		<dc:creator>Some Changes in Suffusion Version 3.9.3 &#187; Aquoid Themes</dc:creator>
		<pubDate>Sat, 12 Nov 2011 09:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.aquoid.com/news/2010/05/using-custom-php-with-suffusion/#comment-3549</guid>
		<description>[...] am going to be making a change in Version 3.9.3 that might impact some users. I had once introduced a method to include custom PHP in the theme. That was more than 20 months back. Lots of things have changed since then, including [...]</description>
		<content:encoded><![CDATA[<p>[...] am going to be making a change in Version 3.9.3 that might impact some users. I had once introduced a method to include custom PHP in the theme. That was more than 20 months back. Lots of things have changed since then, including [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sayontan</title>
		<link>http://aquoid.com/news/2010/05/using-custom-php-with-suffusion/comment-page-1/#comment-945</link>
		<dc:creator>Sayontan</dc:creator>
		<pubDate>Mon, 19 Jul 2010 14:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.aquoid.com/news/2010/05/using-custom-php-with-suffusion/#comment-945</guid>
		<description>Dan,
Please use the support forum for queries.

Sayontan.</description>
		<content:encoded><![CDATA[<p>Dan,<br />
Please use the support forum for queries.</p>
<p>Sayontan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Freeburg</title>
		<link>http://aquoid.com/news/2010/05/using-custom-php-with-suffusion/comment-page-1/#comment-944</link>
		<dc:creator>Dan Freeburg</dc:creator>
		<pubDate>Sun, 18 Jul 2010 02:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.aquoid.com/news/2010/05/using-custom-php-with-suffusion/#comment-944</guid>
		<description>Thank you so much for responding to my earlier question regarding the chronological order of my posts. Please note that I have searched all forums that I could get a hold of. I have entered a custom post plug in, but my posts still will not show up in order. No matter how I try to shuffle them. You also stated that my google affiliates code shows at the bottom. I know it does, but not being too adept at entering code, I left it there, because at least the site was FUNCTIONING. (little joke) At any rate, if you could PLEASE let me know how I could get my posts back in order (they were originally) I would appreciate it. By the way, I am VERY pleased with the theme, I&#039;m just not that great at doing this.

Thanks

danof89 &quot;Go Figg&#039;r&quot;</description>
		<content:encoded><![CDATA[<p>Thank you so much for responding to my earlier question regarding the chronological order of my posts. Please note that I have searched all forums that I could get a hold of. I have entered a custom post plug in, but my posts still will not show up in order. No matter how I try to shuffle them. You also stated that my google affiliates code shows at the bottom. I know it does, but not being too adept at entering code, I left it there, because at least the site was FUNCTIONING. (little joke) At any rate, if you could PLEASE let me know how I could get my posts back in order (they were originally) I would appreciate it. By the way, I am VERY pleased with the theme, I&#8217;m just not that great at doing this.</p>
<p>Thanks</p>
<p>danof89 &#8220;Go Figg&#8217;r&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://aquoid.com/news/2010/05/using-custom-php-with-suffusion/comment-page-1/#comment-943</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Thu, 10 Jun 2010 03:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.aquoid.com/news/2010/05/using-custom-php-with-suffusion/#comment-943</guid>
		<description>You need to write a PHP function - I picked up/modified what I wanted by reviewing what was already in there in the functions in the actions.php file. I used to modify the functions in this file direct whihc meant changing every time Sayontan kindly updated the theme - I don&#039;t need to any more thanks to this great feature.

In one case, I simply wanted to change where the header hyperlinked to, rather than the home page, and changed the line in the function suffusion_display_header():

&lt;a href=&quot;&quot;&gt;&lt;/a&gt;

to:

&lt;a href=&quot;http://www.myreference.com&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;

So, by copying the entire function from the actions.php file, making the changes, and replacing it  / calling it in your custom PHP file as above, it&#039;s done.</description>
		<content:encoded><![CDATA[<p>You need to write a PHP function &#8211; I picked up/modified what I wanted by reviewing what was already in there in the functions in the actions.php file. I used to modify the functions in this file direct whihc meant changing every time Sayontan kindly updated the theme &#8211; I don&#8217;t need to any more thanks to this great feature.</p>
<p>In one case, I simply wanted to change where the header hyperlinked to, rather than the home page, and changed the line in the function suffusion_display_header():</p>
<p>&lt;a href=&quot;&#8221;&gt;</p>
<p>to:</p>
<p>&lt;a href=&#8221;http://www.myreference.com&#8221; rel=&#8221;nofollow&#8221;&gt;&lt;/a&gt;</p>
<p>So, by copying the entire function from the actions.php file, making the changes, and replacing it  / calling it in your custom PHP file as above, it&#8217;s done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sayontan</title>
		<link>http://aquoid.com/news/2010/05/using-custom-php-with-suffusion/comment-page-1/#comment-942</link>
		<dc:creator>Sayontan</dc:creator>
		<pubDate>Thu, 10 Jun 2010 00:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.aquoid.com/news/2010/05/using-custom-php-with-suffusion/#comment-942</guid>
		<description>As stated elsewhere, support queries are going to be answered only in the support forum.</description>
		<content:encoded><![CDATA[<p>As stated elsewhere, support queries are going to be answered only in the support forum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://aquoid.com/news/2010/05/using-custom-php-with-suffusion/comment-page-1/#comment-941</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 09 Jun 2010 23:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.aquoid.com/news/2010/05/using-custom-php-with-suffusion/#comment-941</guid>
		<description>I am do not know enough to know what goes here {…change to do what you want…}</description>
		<content:encoded><![CDATA[<p>I am do not know enough to know what goes here {…change to do what you want…}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://aquoid.com/news/2010/05/using-custom-php-with-suffusion/comment-page-1/#comment-940</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 09 Jun 2010 23:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.aquoid.com/news/2010/05/using-custom-php-with-suffusion/#comment-940</guid>
		<description>tried just pasting the java in the include portion but no avail</description>
		<content:encoded><![CDATA[<p>tried just pasting the java in the include portion but no avail</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://aquoid.com/news/2010/05/using-custom-php-with-suffusion/comment-page-1/#comment-939</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 09 Jun 2010 23:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.aquoid.com/news/2010/05/using-custom-php-with-suffusion/#comment-939</guid>
		<description>Please just simple way to get a flash header  to work</description>
		<content:encoded><![CDATA[<p>Please just simple way to get a flash header  to work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sayontan</title>
		<link>http://aquoid.com/news/2010/05/using-custom-php-with-suffusion/comment-page-1/#comment-938</link>
		<dc:creator>Sayontan</dc:creator>
		<pubDate>Tue, 25 May 2010 06:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.aquoid.com/news/2010/05/using-custom-php-with-suffusion/#comment-938</guid>
		<description>Phil,
Your suggestion is perfectly fine and I cannot think of smarter ways to do it. Specifically with respect to your example, it might encourage people who have been clamouring for Flash headers to try and code it up themselves.

Cheers,
Sayontan.</description>
		<content:encoded><![CDATA[<p>Phil,<br />
Your suggestion is perfectly fine and I cannot think of smarter ways to do it. Specifically with respect to your example, it might encourage people who have been clamouring for Flash headers to try and code it up themselves.</p>
<p>Cheers,<br />
Sayontan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://aquoid.com/news/2010/05/using-custom-php-with-suffusion/comment-page-1/#comment-937</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Tue, 25 May 2010 06:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.aquoid.com/news/2010/05/using-custom-php-with-suffusion/#comment-937</guid>
		<description>Thanks Sayontan

This is an excellent little addition to your theme, making it easy to add little changes/customizations that aren&#039;t overwritten by upgrading - And thanks for your time and effort to keep regularly updating this excellent theme!

It&#039;s worth noting here for people looking, that you can easily replace entire functions with your own custom function if you need to, e.g:

remove_action(&#039;suffusion_page_header&#039;, &#039;suffusion_display_header&#039;);
add_action(&#039;suffusion_page_header&#039;, &#039;suffusion_display_newheader&#039;);

function suffusion_display_newheader() {...change to do what you want...}

unless you can recommend a smarter way of doing it?</description>
		<content:encoded><![CDATA[<p>Thanks Sayontan</p>
<p>This is an excellent little addition to your theme, making it easy to add little changes/customizations that aren&#8217;t overwritten by upgrading &#8211; And thanks for your time and effort to keep regularly updating this excellent theme!</p>
<p>It&#8217;s worth noting here for people looking, that you can easily replace entire functions with your own custom function if you need to, e.g:</p>
<p>remove_action(&#8216;suffusion_page_header&#8217;, &#8216;suffusion_display_header&#8217;);<br />
add_action(&#8216;suffusion_page_header&#8217;, &#8216;suffusion_display_newheader&#8217;);</p>
<p>function suffusion_display_newheader() {&#8230;change to do what you want&#8230;}</p>
<p>unless you can recommend a smarter way of doing it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

