#82: Building the WordPress Homepage, Part 1

(Updated on )

The great move into WordPress is underway! We finish up the header.php file and move into index.php. index.php is in charge of our homepage. The first line of that file is a PHP function get_header() which essentially just gets the header.php file in plops it in there, which is why we started there.

We stay in our split screen layout comparing files left and right and moving things from our static mockup into WordPress.

We reference PHP date parameters to get our <time> element correct.

By the end of the video we can see the design coming together a lot further than we have so far.