Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    add in your theme functions.php file the following code it should do it.

    
    add_action( "init", "my_post_init", 1000 );
    function my_post_init() {
        remove_action('template_redirect', 'adverts_disable_default_archive');
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Disable redirection’ is closed to new replies.