Commit dcbd1981 authored by Jakob Moser's avatar Jakob Moser
Browse files

Show 404 title on 404 pages

parent 979c5fd9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ get_header();
                    echo 'Blog | ';
                } elseif(is_search()) {
                    echo 'Suchergebnisse | ';
                } elseif(is_404()) {
                    echo '404 | ';
                } elseif(!is_front_page()) {
                    // get_the_title does not escape the returned values
                    // (see https://developer.wordpress.org/reference/functions/get_the_title/#comment-1653)