Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1144691
    Pbalazs89
    Participant

    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!

    #1144982
    Thai
    Moderator

    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 🙂

    #1146583
    Pbalazs89
    Participant

    Thanks! Works like a charm!

    #1146689
    Rahul
    Moderator

    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.

  • <script> jQuery(function($){ $("#no-reply-1144691 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>