Where in PHP do I move title and meta (date) to bottom of each blog section?

See WordPress Template Hierarchy and figure out which page you’ve to modify.

Wordpress Template Hierarchy

From this figure, it’s easy to see that if you want to modify your homepage, you have to modify frong-page.php. It it doesn’t exist, check if a custom page template is used to serve the home page and edit that page template. If front-page.php doesn’t exist and you are not using page, check home.php. If there is no home.php, the last resort is index.php.