=== AMP Post Script === Contributors: Peter Stevenson Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=55UDRSZMRD4KA Tags: AMP, Post Script Requires at least: 4.6 Tested up to: 4.6.1 Stable tag: 1.0.0 License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt Modify the AMP plugin for WordPress == Description == In short, this plugin make custom modifications to the AMP plugin. * Add a custom menu to AMP * Add related articles based on similar categories * Add Google Analytics to AMP view * Use Site Icon for AMP metadata image if no image present * Use required CSS for these additions == Installation == 1. Upload `post-script-amp` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Add this to your functions.php file (with your UA code): define('AMP_GA_ANALYTICS', 'UA-xxxxxxxx-x'); == Changelog == = 1.0.0 = * Initial release