developer


Author Message
Jill

Posted: 1/24/2010
Quote message 

Have a question on the footer with artisteer. How are the standard links ( contact us, terms, trademark, privacy) changed to different text and links added within the template framework?
thanks!
 
Garry

Posted: 1/24/2010
Quote message 

Try making changes in functions.php:

$default_footer_content = "<a href='#'>Contact Us</a> | <a href='#'>Terms of Use</a> | <a href='#'>Trademarks</a> | <a href='#'>Privacy Statement</a><br/>Copyright &copy; 2009 ".get_bloginfo('name').". All Rights Reserved.";

There best option is to change them from appearance-> footer from Wordpress admin.