Why does is_front_page and is_home always return true for posts in wordpress? [closed]

Turns out since the plugin output in the footer I just had to reset the query: wp_reset_query();

tech