Blog VS 2010 All Tutorials Wordpress Studio
Certification LinksRandom Thoughts

Posts Tagged ‘ is_home() ’

is_home() and is_front_page not working in WordPress

Jul 5th, 2010 | By | Category: Tutorials, Wordpress

Why can’t I get wp_home() and wp_front_page() to work in WordPress? A lot of coders pull their hair out over these two wordpress functions. The answer is that these two functions will only query one time per page build. If it’s been used elsewhere to determine the current page, it has to be reset with [...]