Why isn’t is_home() working correctly?

is_home() won’t work until wp_query is run. The earliest hook you can use where is_home will work is 'parse_query', but 'template_redirect' would be better.

Leave a Comment