We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let’s make Beans AMP ready as part of the progressive theming initiatives. This change will require us to:
add_theme_support( ‘amp’ );
The text was updated successfully, but these errors were encountered:
Just listing a few examples of adding AMP support
https://github.com/Automattic/_s/pull/1286 https://github.com/xwp/wordpress-develop/pull/307 https://github.com/wprig/wprig/search?q=amp&unscoped_q=amp
Sorry, something went wrong.
We'll have some work to do for integrating AMP tags into the HTML. Here are some examples of AMP-compatible themes:
Here are some talks on AMP by Alberto (Google) and @ThierryA:
Drum roll please...one of the leads to AMP and WordPress is our founder, @ThierryA! Cool!
I try to understand what AMP in the theme would mean. Have not worked with AMP so far.
This looks interesting: Pull request to make the standard themes AMP ready. AMP for WordPress required the Plugin for WordPress, right?
xwp/wordpress-develop@3975dab
xwp/wordpress-develop@908bd69
What new requirements will the CSS, JS, HTML etc. will get through wanting to support AMP?
No branches or pull requests
Let’s make Beans AMP ready as part of the progressive theming initiatives. This change will require us to:
add_theme_support( ‘amp’ );
The text was updated successfully, but these errors were encountered: