Add the following custom PHP code snippet to your WordPress installation.
<?php
add_filter('do_redirect_guess_404_permalink', '__return_false');
?>
Add the following custom PHP code snippet to your WordPress installation.
<?php
add_filter('do_redirect_guess_404_permalink', '__return_false');
?>