is 404
Check if the given page is a 404.
if( is_404() ) {
echo "Ups, page not found!";
}
copy
Check if the given page is a 404.
if( is_404() ) {
echo "Ups, page not found!";
}
copy