xwp / travel

WordPress AMP Adventures Themes (Native AMP)
GNU General Public License v3.0
34 stars 6 forks source link

Create a default footer.php file #44

Closed postphotos closed 6 years ago

postphotos commented 6 years ago

As a page template, I should call a theme-wide footer.php file instead of using my own declarations for footer. AC1: Each page template should call footer.php. AC2: Any legacy items that footer.php already controls should be removed from page templates.

kienstra commented 6 years ago

Question About Dynamic Data

There is a footer.php now, but, it's static. For example, the "Company" and "Discover" links on the dev site are static, and the email submission form doesn't work.

Does the footer need dynamic data?