Thread Starter
Zee
(@laserjobs)
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
No, it wasn’t part of the update. Let me look into it and see what I can do!
Glad you like the plugin.
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.
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