untranslatable function get_extended()
-
How correctly write the output in template for function get_extended() to translate INTROTEXT with WPGlobus?
<?php $post = get_post($id); $content = get_extended($post->post_content); echo apply_filters('the_content', $content['main']); ?>
This code is not translating page introtext with WPGlobus… All other translations work well.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘untranslatable function get_extended()’ is closed to new replies.