Awake Theme + qTranslate – solved issues

0

To add translations to teaser using [: xx] look for theme.php file inside awake/lib/functions folder

Look for

1
echo apply_atomic_shortcode( 'teaser', $out );

and replace it with:

1
echo apply_atomic_shortcode( 'teaser', __($out, 'MYSITE_TEXTDOMAIN') );



Leave a Reply


*