translate string from theme options
-
Hi,
I have wordpress premium theme Jkreativ.. and this theme work with WPML plugin.. but I use polylang.. and now I have a little problem ?? in theme options is one part with footer copyright text.. and I want to this can be translated.. this part call this string
<?php echo vp_option('joption.website_copyright', '© Jegtheme 2013. All Rights Reserved.'); ?>
is there any function to force this code to show translated string.. to register translated string and force it to show it here.. something like site title work… or tagline https://prntscr.com/6nn522 .. this work great.. I add this part of code in theme and translate string work great…
<?php echo get_bloginfo ( 'description' ); ?>
can I do same thing with this custom theme string
- The topic ‘translate string from theme options’ is closed to new replies.