Viewing 1 replies (of 1 total)
  • Thread Starter Torsten Landsiedel

    (@zodiac1978)

    I’ve added this function to core.php:

        public function set_custom_isvars( $wp_query ) {
            global $wp_query;
            $wp_query->is_404 = false;
            status_header( 302 );
        }

    And added the call right after the is_404 check:
    self::set_custom_isvars();

    This solved the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with All in One SEO’ is closed to new replies.