$footer_content


Author Message
vFranky

Posted: 8/16/2009
Quote message 

Hello,

I would change the standart footer" Contact Us | Terms of Use | Trademarks | Privacy Statement" to the german language and correct links.

I have found this code in the footer php:

<?php    global $default_footer_content;   $footer_content = get_option('art_footer_content');   if ($footer_content === false) $footer_content = $default_footer_content;   echo $footer_content;  ?>


It seems, this code uses a variable. Where can I define this variable?

Regards,
Frank
 
Sean LaFianza

Posted: 8/16/2009
Quote message 

When you log into wordpress, under the 'appearance' header on the left, you'll see 'footer'. You can change the content there.

Sean
 
Garry

Posted: 8/16/2009
Quote message 

It may be in your functions.php
 
Terry

Posted: 9/6/2009
Quote message 

Quote Garry:

It may be in your functions.php


Garry, you are correct. I found the default links in the functions.php . I am using an older version of WP without the footer changing ability. I am a "non-tech" but found it on line 15.

I deleted the references to the links (because I don't know how to convert the default links to real links with Artisteer). I changed the default links to text only.

If anyone has an easy way make the default links real links (with Artisteer or any other way) please let me know.

Thanks!
Terry
 
Terry

Posted: 9/6/2009
Quote message 

Oops, I forgot to put in my email address in the previous post.

So, please reply to this post about the easy way to change the default links to real links, thanks.

Terry