<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Yakezie.com - Topic: Thesis Custom Function Error</title>
	<link>https://yakezie.com/forums/help-desk/thesis-custom-function-error/</link>
	<description><![CDATA[Selflessly Helping Others]]></description>
	<generator>Simple:Press Version 4.5.1</generator>
	<atom:link href="https://yakezie.com/forums/?help-desk&#038;thesis-custom-function-error&#038;xfeed=topic" rel="self" type="application/rss+xml" />
<item>
	<title>Eric - PersonalProfitability.com on Thesis Custom Function Error</title>
	<link>https://yakezie.com/forums/help-desk/thesis-custom-function-error/#p74008</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/thesis-custom-function-error/#p74008</guid>
	<description><![CDATA[<p>You were both right. Also, turned out I needed an extra ; at the end of the last line. Here is what worked:</p>
<blockquote>
<pre>//Disclaimer
function disclaimer() {
?&#62;
&#60;div style="font-family: arial; font-size: 10px;"&#62;
Please note that Narrow Bridge Finance has financial relationships with some of the merchants mentioned here.  Narrow Bridge Finance may be compensated if consumers choose to utilize the links located throughout the content on this site and generate sales for the said merchant
&#60;/div&#62;
&#60;?php
}

add_action(&#039;thesis_hook_after_footer&#039;, &#039;disclaimer&#039;);
//End Disclaimer</pre>
</blockquote>
]]></description>
	<pubDate>Tue, 27 Mar 2012 13:21:21 +0000</pubDate>
</item>
<item>
	<title>Suba @ Wealth Informatics on Thesis Custom Function Error</title>
	<link>https://yakezie.com/forums/help-desk/thesis-custom-function-error/#p73943</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/thesis-custom-function-error/#p73943</guid>
	<description><![CDATA[<p>Eric you have an extra () { remove that and try...</p>
]]></description>
	<pubDate>Tue, 27 Mar 2012 08:00:50 +0000</pubDate>
</item>
<item>
	<title>moneysmarts on Thesis Custom Function Error</title>
	<link>https://yakezie.com/forums/help-desk/thesis-custom-function-error/#p73794</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/thesis-custom-function-error/#p73794</guid>
	<description><![CDATA[<p><strong>Eric - NarrowBridge.net said: </strong></p>
<blockquote><p>
Anyone know why this didn&#039;t work?</p>
<blockquote>
<pre>//Affiliate disclaimer
function disclaimer() {
() {
?&#62;</pre>
<pre>&#60;div style="font-family: arial; font-size: 10px;"&#62;
Please note that Narrow Bridge Finance has financial relationships with some of the merchants mentioned here.  Narrow Bridge Finance may be compensated if consumers choose to utilize the links located throughout the content on this site and generate sales for the said merchant
&#60;/div&#62;</pre>
<pre>&#60;?php
}

add_action(thesis_hook_footer&#039;, &#039;disclaimer&#039;)
//End Disclaimer</pre>
</blockquote>
</blockquote>
<p>Here&#039;s what i have for one of my footer functions that works - modified for yours... </p>
<blockquote>
<pre>
function disclaimer() { 
?&#62;</pre>
<pre>&#60;div style="font-family: arial; font-size: 10px;"&#62;
Please note that Narrow Bridge Finance has financial relationships with some of the merchants mentioned here.  Narrow Bridge Finance may be compensated if consumers choose to utilize the links located throughout the content on this site and generate sales for the said merchant
&#60;/div&#62;</pre>
<pre>
&#60;?php }

add_action(&#039;thesis_hook_footer&#039;,&#039;disclaimer&#039;); </pre>
</blockquote>
]]></description>
	<pubDate>Mon, 26 Mar 2012 11:22:42 +0000</pubDate>
</item>
<item>
	<title>The College Investor on Thesis Custom Function Error</title>
	<link>https://yakezie.com/forums/help-desk/thesis-custom-function-error/#p73704</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/thesis-custom-function-error/#p73704</guid>
	<description><![CDATA[<p>Just find the hook that has your copyright and add that line to it.</p>
]]></description>
	<pubDate>Sun, 25 Mar 2012 14:28:07 +0000</pubDate>
</item>
<item>
	<title>Eric - PersonalProfitability.com on Thesis Custom Function Error</title>
	<link>https://yakezie.com/forums/help-desk/thesis-custom-function-error/#p73702</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/thesis-custom-function-error/#p73702</guid>
	<description><![CDATA[<p>You&#039;re right, but that didn&#039;t do it. Are you allowed to add two functions to one hook?</p>
]]></description>
	<pubDate>Sun, 25 Mar 2012 13:43:56 +0000</pubDate>
</item>
<item>
	<title>The College Investor on Thesis Custom Function Error</title>
	<link>https://yakezie.com/forums/help-desk/thesis-custom-function-error/#p73596</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/thesis-custom-function-error/#p73596</guid>
	<description><![CDATA[<p>Extra apostrophe on the "thesis_hook_footer"</p>
]]></description>
	<pubDate>Fri, 23 Mar 2012 16:23:54 +0000</pubDate>
</item>
<item>
	<title>Eric - PersonalProfitability.com on Thesis Custom Function Error</title>
	<link>https://yakezie.com/forums/help-desk/thesis-custom-function-error/#p73577</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/thesis-custom-function-error/#p73577</guid>
	<description><![CDATA[<p>Anyone know why this didn&#039;t work?</p>
<blockquote>
<pre>//Affiliate disclaimer
function disclaimer() {
() {
?&#62;
&#60;div style="font-family: arial; font-size: 10px;"&#62;
Please note that Narrow Bridge Finance has financial relationships with some of the merchants mentioned here.  Narrow Bridge Finance may be compensated if consumers choose to utilize the links located throughout the content on this site and generate sales for the said merchant
&#60;/div&#62;
&#60;?php
}

add_action(thesis_hook_footer&#039;, &#039;disclaimer&#039;)
//End Disclaimer</pre>
</blockquote>
]]></description>
	<pubDate>Fri, 23 Mar 2012 13:21:19 +0000</pubDate>
</item>
</channel>
</rss>
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: yakezie.com @ 2026-05-16 04:10:21 by W3 Total Cache
-->