How do I turn off 301 redirecting posts (not canonical)?
This appears to have to do with redirect_guess_404_permalink() called on line 96 of wp-includes/canonical.php. Just to test, I added a return false; to the first line of the redirect_guess_404_permalink() function, and that seemed to stop this odd behavior. I’m poking around a bit, but so far I don’t see a good way to fix this … Read more