StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-12-2011, 10:30 PM
puma puma is offline
Registered User
 
Join Date: Jul 2011
Posts: 2
Default Translate footer strings (Enterprise)

Hi there,
for some reason I can't post this in the proper forum (Translation/Localization) so as a last resort I'm asking here.

We're using Enterprise theme, and need to translate 3 strings in the footer. But they're hard-coded, and I have no idea how to work around that.

This is the piece of code I need to modify. The strings are : Top of Page, Copyright, Site created by...

//remove footer
add_filter('genesis_footer_output', 'footer_output_filter', 10, 3);
function footer_output_filter($output, $backtotop_text, $creds_text) {
$backtotop_text = '[footer_backtotop text="Top of Page"]'; $creds_text = 'Copyright [footer_copyright] <a href="'. trailingslashit( get_bloginfo('url') ) .'" title="'. esc_attr( get_bloginfo('name') ) .' rel="nofollow"">'.get_bloginfo('name').'</a> &middot; <a href="http://www.starshot.com" target="_blank" rel="nofollow">Site created by NAME</a>';
$output = '<div>' . $backtotop_text . '</div>' . '<div>' . $creds_text . '</div>';
return $output;
}

Thank you!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange search strings mmsim General Discussion 2 02-11-2010 10:06 AM


All times are GMT -5. The time now is 07:22 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.