weeblrAMP implementation remarks
Site
- we pick the site icon as the site favicon, if user has set one in the theme
Posts
- we comply with password restriction (but can't allow user to enter a password, have to go back to standard html site for that). In standalone mode, we show a simple message. In other modes, we display a message, with a button linked to the regular version of the page, so that user can enter their password.
Comments
- When using WordPress commenting system, one can only post a new comment, not reply to another comment.
Taxonomies
We cannot handle taxonomies associated with multiple post types. Only one to one taxonomies/post types
Media
- we can read images dimensions for remote images, using first curl, then fopen. This works for png, jpg, gif, webp, bmp, ico. Image dimensions are cached for 30 days (cache can be cleared from control panel)