Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter megamuc

    (@megamuc)

    Addition: I just found out that Yoast does not work together with the qTranslate plugin. As soon as I deactivate, posts are visible again. Any settings that I can change? I need qTranslate on my website. Thank you.

    Thread Starter megamuc

    (@megamuc)

    I tried this, but it does not work: https://kb.yoast.com/article/52-wordpress-seo-qtranslate

    Zee

    (@laserjobs)

    Thread Starter megamuc

    (@megamuc)

    No effect ??

    Thread Starter megamuc

    (@megamuc)

    my whole wordpress backend crashes as soon as I enter some of these filter commands into my functions.php…. (with qtranslate running)…..

    Thread Starter megamuc

    (@megamuc)

    ok, no more crash when I deactivate this fixing plugin…. But I cannot get this running… This is in my “functions” now:

    function qtranslate_filter( $text ) {
    return __( $text );
    }

    add_filter( ‘wpseo_title’, ‘qtranslate_filter’, 10, 1 );
    add_filter( ‘wpseo_metadesc’, ‘qtranslate_filter’, 10, 1 );
    add_filter( ‘wpseo_metakey’, ‘qtranslate_filter’, 10, 1 );
    add_filter( ‘wpseo_opengraph_title’, ‘qtranslate_filter’, 10, 1 );

    and %%excerpt%% in files&Metas…..

    Thread Starter megamuc

    (@megamuc)

    ok, here is the solution: use qTranslate Plus! Almost no changes in code needed and works with yoast ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘URGENT: Posts not visible anymore’ is closed to new replies.