'Page not found' in title when using static front page
-
It seems there is bug in the WP Announce plugin that insert ‘Page not found’ in the title bar.
I could solve this bug by commenting line 644 in src/wp-announce.php file.
641 if (file_exists($file)) {
642 $incFile = $file;
643 }else {
644 //$wp_query->is_404 = true;
645 }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘'Page not found' in title when using static front page’ is closed to new replies.