How to use the conditional homepage tag
The blog posts index and site front page have been treated as two different query contexts, with is_home() applying to the blog posts index, and is_front_page() applying to the site front page. Be careful not to confuse the two query conditionals: On the site front page, is_front_page() will always return TRUE, regardless of whether the … Read more