You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AC1: Allow themes to register support for AMP canonical with add_theme_support( 'amp' ) (As @westonruter’s comment proposed).
AC2: If support is added, this would remove paired mode. The site would only serve AMP, and there wouldn’t be /amp or ?amp URLs.
Tasks
Check if AMP theme support exists, and if so, do not activate the current AMP templating system and the current paired mode.
When AMP theme support is present, prevent AMP rel link in head and other frontend actions that assume paired mode.
The text was updated successfully, but these errors were encountered:
Acceptance Criteria
AC1: Allow themes to register support for AMP canonical with
add_theme_support( 'amp' )
(As @westonruter’s comment proposed).AC2: If support is added, this would remove paired mode. The site would only serve AMP, and there wouldn’t be
/amp
or?amp
URLs.Tasks
The text was updated successfully, but these errors were encountered: