Your home.php file is how the homepage is created. So if you needed to edit your homepage you would need to look in this file. Its written in PHP, so if you don’t know php then it may be a challenge. The php is what outputs the code/html. Thats why I recommended looking at your page source (from your browser) so you can see the html that was created with the php code.