• Resolved alexjuz

    (@alexjuz)


    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.

  • The topic ‘Untranslatable function get_extended()’ is closed to new replies.