• Hi,
    I am using page excerpts with the following function in the funcions.php of my theme:

    <?php
    add_action('init', 'my_custom_init');
    function my_custom_init() {
    	add_post_type_support( 'page', 'excerpt' );
    }
    ?>

    When I activate qTranslate Plus the content of my page excerpts dissappears on the backend, and I’m not able to edit or translate them.
    Does somebody know if there’s a way to solve this bug?
    Thanks in advance

    https://wordpress.org/plugins/qtranslate-xp/

The topic ‘qTranslate page excerpts’ is closed to new replies.