Determine if page is the Posts Page

On the Reading Settings page you can set a “Front Page” and a “Posts Page”. You can check whether the current page is_front_page();

Is there a similar function for the “Posts Page”. I have noticed that is_page(); does not work for this special page.

Thanks

6

is_home() checks for the “Posts Page”, despite the somewhat confusing function name.

Leave a Comment