Hook into theme-switching later than `setup_theme`

Assuming that the blog part of the site has a different url-structure (eg www.example.com/blog/this-is-my-blogpost) you can use the PHP $_SERVER variable to determine which page is being called and use that in an expression to make $isBlog true at the appropriate moment.