How to Translate Copyright Text in Footer of Atahualpa 3.4.6 Theme of WordPress

For those of you who are using Atahualpa version 3.4.6 theme and your site also running WPML plugin, you have to modify the certain code in footer.php file inside your Atahualpa directory theme in order to translate the copyright text properly. Here is the simple modification that I have successfully done and you also need to do.

Open your /wp-content/themes/{youratahualpadirectorytheme}/footer.php file, and find this code:

78
    <?php echo bfa_footer($bfa_ata['footer_style_content']); ?>

then replace with this following code:

78
79
    <?php // Modified by Masino Sinaga, April 29, 2010, in order to translate the copyright text ?>
    <?php echo bfa_footer(__($bfa_ata['footer_style_content'], 'atahualpa') ); ?>

Save the changes, and refresh or reload your site. Now the copyright text in your footer site should be translated according to the selected language.

Share

856 viewsPrint This Post Print This Post

Comments

  1. faisal says:

    Hi.

    I am new in wordpress blog. I have a blog with INove theme with own domain. I want to edit footer.

    Pelase telllme how can i edit footer.php. where this file located.

  2. @faisal

    That footer.php file is located in your inove theme directory.

Speak Your Mind

*


*