You must be logged in to post Login


Lost Your Password?

Search Forums:


 






Minimum search word length is 4 characters – Maximum search word length is 84 characters
Wildcard Usage:
*  matches any number of characters    %  matches exactly one character

Thesis Custom Function Error

No Tags
UserPost

1:21 pm
March 23, 2012


Eric – PersonalProfitability.com

Portland, OR

Member

posts 2120

Anyone know why this didn't work?

//Affiliate disclaimer
function disclaimer() {
() {
?>
<div style="font-family: arial; font-size: 10px;">
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
</div>
<?php
}

add_action(thesis_hook_footer', 'disclaimer')
//End Disclaimer

4:23 pm
March 23, 2012


The College Investor

San Diego, CA

Admin

posts 1935

Extra apostrophe on the "thesis_hook_footer"

Please check out The College Investor at http://thecollegeinvestor.com!  This is the home of my Investing 101 Class.

Ready to Take Your Blog To The Next Level: http://beatthe9to5.com

You can also follow on Twitter @CollegeInvestin or Facebook at http://www.facebook.com/thecol…..geinvestor!

1:43 pm
March 25, 2012


Eric – PersonalProfitability.com

Portland, OR

Member

posts 2120

You're right, but that didn't do it. Are you allowed to add two functions to one hook?

2:28 pm
March 25, 2012


The College Investor

San Diego, CA

Admin

posts 1935

Just find the hook that has your copyright and add that line to it.

Please check out The College Investor at http://thecollegeinvestor.com!  This is the home of my Investing 101 Class.

Ready to Take Your Blog To The Next Level: http://beatthe9to5.com

You can also follow on Twitter @CollegeInvestin or Facebook at http://www.facebook.com/thecol…..geinvestor!

11:22 am
March 26, 2012


moneysmarts

Member

posts 240

Eric – NarrowBridge.net said:

Anyone know why this didn't work?

//Affiliate disclaimer
function disclaimer() {
() {
?>
<div style="font-family: arial; font-size: 10px;">
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
</div>
<?php
}

add_action(thesis_hook_footer', 'disclaimer')
//End Disclaimer

Here's what i have for one of my footer functions that works – modified for yours… 

function disclaimer() { 
?>
<div style="font-family: arial; font-size: 10px;">
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
</div>
<?php }

add_action('thesis_hook_footer','disclaimer'); 

8:00 am
March 27, 2012


Suba @ Wealth Informatics

Moderator

posts 1876

Eric you have an extra () { remove that and try…

Visit me @ Wealth Informatics Financial freedom through information

Connect with me via Facebook Wealth Informatics page

Follow me with Twitter

Have a comment or want to say hello – wealth [dot] Informatics [at] gmail [dot] com

Editor @ Broke Professionals

1:21 pm
March 27, 2012


Eric – PersonalProfitability.com

Portland, OR

Member

posts 2120

You were both right. Also, turned out I needed an extra ; at the end of the last line. Here is what worked:

//Disclaimer
function disclaimer() {
?>
<div style="font-family: arial; font-size: 10px;">
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
</div>
<?php
}

add_action('thesis_hook_after_footer', 'disclaimer');
//End Disclaimer
No Tags

About the Yakezie.com Forum

Forum Timezone: America/Los_Angeles

Forum Stats:

Groups: 2
Forums: 9
Topics: 6383
Posts: 84794

Membership:

There are 13651 Members
There have been 20 Guests

There are 9 Admins
There are 8 Moderators

Top Posters:

My Personal Finance Journey – 3159
Khaleef @ KNS Financial – 3149
Budgeting in the Fun Stuff – 3048
Sustainable PF – 2759
Miss T @ Prairie Eco-Thrifter – 2213
Eric – PersonalProfitability.com – 2120

Administrators: The College Investor (1935 Posts), Financial Samurai (1803 Posts), LaTisha @YoungFinances (1715 Posts), Forest Parks (1337 Posts), 20s Finances (1147 Posts), Money Reasons (697 Posts), Chris Johnson (78 Posts), Sydney at Untemplater (0 Posts), Suba (0 Posts)

Moderators: Suba @ Wealth Informatics (1876 Posts), sooverthis (1041 Posts), PK @ DQYDJ (361 Posts), jmichelsen (208 Posts), Ramona (13 Posts), JeremyNJohnson (4 Posts), Moderator (0 Posts), rackgeek (0 Posts)