How to check if an article is a post or a page in WordPress?
You can use the is_page() and is_single() functions.