AMP Post Script

AMP Post Script Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 2,022 downloads
AMP Post Script Icon

Try plugin: AMP Post Script

We'll create fresh WordPress site with AMP Post Script installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About AMP Post Script

Modify the AMP plugin for WordPress

0


0


0


0


0

updated: 2 years ago
since: 8 years ago
author: Peter Stevenson

Description

In short, this plugin make custom modifications to the AMP plugin.

  • The AMP plugin settings can be customized here: /wp-admin/customize.php?customize_amp=1
  • Add a custom menu to AMP… update it through (/wp-admin/nav-menus.php)
  • Add related articles based on similar categories. Taxonomy can be changed using…. define(‘PS_AMP_RELATED_TAXONOMY’, ‘category’);
  • Add Google Analytics to AMP view using…. define(‘PS_AMP_GA_ANALYTICS’, ‘UA-xxxxxxxx-x’);
  • Override post type support using…. define(‘PS_AMP_ADDITIONAL_POST_TYPES’, ‘events,news,locations,wpseo_locations,tribe_events’);
  • Disable Related Posts Using…. define(‘PS_AMP_DISABLE_RELATED_POSTS’, true);
  • Use Site Icon for AMP metadata image if no image present
  • Added required CSS for these additions