• Hi,

    Found a bug that makes it impossible to select my own 404.php template.

    In true-google-404.php this

    if(trueGoogle404_get_option( 'template' )){
        add_action( '404_template','trueGoogle404_use_included_template_hook' );
    }

    should be changed to

    if(trueGoogle404_get_option( 'template' )=="yes"){
        add_action( '404_template','trueGoogle404_use_included_template_hook' );
    }

    https://www.ads-software.com/extend/plugins/true-google404/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: True Google 404] Can't select my own 404.php template’ is closed to new replies.