How to check whether the Error Page is currently shown in WordPress? -


wordpress has conditional functions is_front_page() or is_home() test loaded on site.

is there similar function test if error page shown?

is_404() function? think need.

http://codex.wordpress.org/function_reference/is_404


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -