How would I go about including my meta box only on the front-page.php?
I know that I can do it by including by id or slug, but what if those things change. Am I able to do something like an is_front_page() check? I tried using 'template' => 'front-page.php' and that didn't work either.
Thanks!