Custom dark minimal theme for addmonths.com landing page: - Hero section with phone mockup placeholder - How It Works, What It Is/Isn't, Privacy, Clarity sections - iOS/Android beta signup with email capture modal - Privacy, Terms, Disclaimer page templates - Beta signups stored to wp_beta_signups table Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
92 B
PHP
6 lines
92 B
PHP
<?php
|
|
/**
|
|
* Fallback template - redirects to front page
|
|
*/
|
|
wp_redirect(home_url());
|
|
exit;
|