Viewing 1 replies (of 1 total)
  • Thread Starter jakobemils

    (@jakobemils)

    Issue is solved by plugin author.

    WordPress SEO calls the function wp_reset_query in
    frontend/class-opengraph.php

    /**
    * Main OpenGraph output.
    */
    public function opengraph() {
    wp_reset_query();
    do_action( ‘wpseo_opengraph’ );
    }

    If you have trouble with wordpress-seo and WP-Greet just remove
    this line.
    The output of wordpress-seo does not change if you remove the line.

Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with wp-greet’ is closed to new replies.