better-studio / better-amp

Full Google AMP support for WordPress with custom themes and customizations
https://betterstudio.com/wp-plugins/better-amp/
GNU General Public License v2.0
19 stars 19 forks source link

Templating #26

Closed sopedro closed 7 years ago

sopedro commented 7 years ago

Hi,

I tried to create in my template folder /better-amp with all template files in there but changes doesn't take effect. This plugin supports templating as AMP for wordpress ?

Thank you,

Pedro

sopedro commented 7 years ago

Anyone?

Van-Halen commented 7 years ago

Add this to your theme function file:

add_theme_support('better-amp-template');

sopedro commented 7 years ago

@Van-Halen Thank you.