Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Zee

    (@laserjobs)

    I opened a bug report with AMP on github at:
    https://github.com/Automattic/amp-wp/issues/267

    Thread Starter Zee

    (@laserjobs)

    Was this fixed in the latest update?

    I have hardcoded an author so that AMP pages render.

    Another thing is I also removed hcard from so that just the schema.org was present in the plugin.
    author-hreview/include/review_template.php

    BTW your plugin is fantastic

    Plugin Author Hesham Zebida

    (@hishaman)

    No, it wasn’t part of the update. Let me look into it and see what I can do!

    Glad you like the plugin.

    Plugin Author Hesham Zebida

    (@hishaman)

    Ok, so this has been solved, the author name shows and the plugin has been updated.

    Please, update to version 0.0.9.8, it should work fine on AMP pages.

    I appreciate it if you rate the plugin!

    Thread Starter Zee

    (@laserjobs)

    Thanks! One little thing, the name is reversed with last first. I made the simple change in /include/review_template.php

    from
    $review_author = $user_info->last_name . ' ' . $user_info->first_name;

    to
    $review_author = $user_info->first_name . ' ' . $user_info->last_name;

    Otherwise it works great, thanks again.

    Plugin Author Hesham Zebida

    (@hishaman)

    My bad, it was late here when I pushed this update.

    It has been fixed now, and Iv’e just released the update 0.0.9.9

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Author missing from AMP pages’ is closed to new replies.