Bring in WordPress
Summary
Add queries to load the content that we add via WordPress‘ CMS instead of hard-coding it on the page. Make a header.php template so we don’t need to be copying that code to every new page. Add a more readable date format to posts: Month dd, yyyy.
- Add queries to load the content that we add via WordPress‘ CMS instead of hard-coding it on the page.
- Make a header.php template so we don’t need to be copying that code to every new page.
- Add a more readable date format to posts: Month dd, yyyy.