/*
Theme Name: JNews
Version: 12.0.0
Theme URI: http://themeforest.net
Description: JNews
Author: Jegtheme
Author URI: http://jegtheme.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  custom-background,custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: jnews
*/

// Safe shortcode for GTranslate widget
function gtranslate_widget_shortcode() {
    ob_start();
    the_widget( 'GTranslate' );
    return ob_get_clean();
}
add_shortcode( 'gtranslate_widget', 'gtranslate_widget_shortcode' );