What are the different ways to detect wordpress homepage
except is_front_page() and is_home()
is_front_page()
is_home()
Thanks
With Twenty Ten I use:
Works like a charm... $_SERVER is the one I always use and it always works.