What are the different ways to detect wordpress homepage
except is_front_page() and is_home()
is_front_page()
is_home()
Thanks
from outside the loop:
if(get_option("page_on_front") == $post->ID){ //do front page stuff here }