Question vars to return the homepage
As I’m sure most of you are informed, WordPress makes use of [query variables](https://codex.wordpress.org/WordPress_Question_Vars) to grab a provided page, write-up, or other form of material. So something like [`example.com/index.php?pagename=mypage`](https://instance.com/index.php?pagename=mypage) would grab “my website page”. And a similar scheme for any other web site or write-up. But what about the homepage? I’m making an attempt to …