Tagged: x Author Posts August 24, 2016 at 8:49 am #1144691 Pbalazs89Participant Hi there, quick question. I’m using wpml to create a multilingual site. Thing is, I would like to update the footer copyright information to reflect the information according to the language settings. Can you help me achieve that? Thanks! August 24, 2016 at 12:15 pm #1144982 ThaiModerator Hi There, Please add the following code under functions.php file locates in your child theme: add_filter('option_x_footer_content','translate_portfolio_slug'); function translate_portfolio_slug( $content ) { return __( $content, '__x__' ); } After that you can use the String translation to translate the footer content. Hope it helps 🙂 August 25, 2016 at 8:44 am #1146583 Pbalazs89Participant Thanks! Works like a charm! August 25, 2016 at 9:47 am #1146689 RahulModerator Glad that worked for you. If you have any further issues with the theme, let us know. We’d be happy to assist you with it. Thanks for using the X-theme. Author Posts <script> jQuery(function($){ $("#no-reply-1144691 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In