April 23rd, 2010 Posted in Computer, Web Design
How to Detect the Front (Home) Page of a WordPress Blog
When “if (is_home())” or “if (is_front_page())” don’t work, there is another way to do it based on the URL rather than WordPress internal variables that might not work the way you expect:
How to Detect the Front (Home) Page of a WordPress Blog | blog.dt.org.