Title: revzero's Replies | WordPress.org

---

# revzero

  [  ](https://wordpress.org/support/users/revzero/)

 *   [Profile](https://wordpress.org/support/users/revzero/)
 *   [Topics Started](https://wordpress.org/support/users/revzero/topics/)
 *   [Replies Created](https://wordpress.org/support/users/revzero/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/revzero/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/revzero/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/revzero/engagements/)
 *   [Favorites](https://wordpress.org/support/users/revzero/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Version 0.9.36.1 not loading over HTTPS](https://wordpress.org/support/topic/version-0-9-36-1-not-loading-over-https/)
 *  Thread Starter [revzero](https://wordpress.org/support/users/revzero/)
 * (@revzero)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/version-0-9-36-1-not-loading-over-https/#post-8692377)
 * After some testing it looks like it’s Cloudflare’s Flexible SSL that’s causing
   the issue. Works great on my other sites though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Glue for Yoast SEO & AMP] meta description is missing](https://wordpress.org/support/topic/meta-description-is-missing-1/)
 *  [revzero](https://wordpress.org/support/users/revzero/)
 * (@revzero)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/meta-description-is-missing-1/#post-8526383)
 * I just ran into this issue and wrote a separate function to solve this problem.
 * Inside /wp-content/plugins/glue-for-yoast-seo-amp/classes/class-frontend.php 
   do this:
 * 1. Find public function __construct() and add the following line under the other
   add_action :
 * add_action( ‘amp_post_template_head’, array( $this, ‘fix_amp_post_metadesc’ ));
 * 2. Add the following after the __construct closing bracket }
 * public function fix_amp_post_metadesc() {
    $this->front = WPSEO_Frontend::get_instance();
   $desc = $this->front->metadesc( false ); if ( $desc ) { echo ‘<meta name=”description”
   content=”‘. $desc .'”/>’; } }
 * 3. Done! Amp pages should have their meta descriptions.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[AMP for WP - Accelerated Mobile Pages] Access Denied?](https://wordpress.org/support/topic/access-denied-44/)
 *  Thread Starter [revzero](https://wordpress.org/support/users/revzero/)
 * (@revzero)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/access-denied-44/#post-8449259)
 * I don’t see an edit button on the thread anywhere
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[AMP for WP - Accelerated Mobile Pages] Access Denied?](https://wordpress.org/support/topic/access-denied-44/)
 *  Thread Starter [revzero](https://wordpress.org/support/users/revzero/)
 * (@revzero)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/access-denied-44/#post-8449180)
 * It looks like when I install the AMP plugin by Automattic, it lets me in the 
   settings. I wasn’t aware that was a dependency. Thank you for the help!

Viewing 4 replies - 1 through 4 (of 4 total)