Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › 404 error page › Reply To: 404 error page September 25, 2014 at 10:39 pm #568 Robert KavgićParticipant Hello. Add the following line to the Elvyre’s functions.php file: remove_action('template_redirect', 'redirect_canonical'); This should disable the automatic redirecting. Robert