After some further testing I found out there appears to be no issue with using ‘/amp/’ instead of ‘/?amp’. All posts/pages work with both endpoints perfectly.
The main issue is that CM Tooltip Glossary is not accepting ‘/amp/’ as an endpoint for terms.
As a temp solution I’ve changed a small bit of code in amp-helper-functions.php
if ( $use_query_var ) {
(rule 119)
changed into
if ( $use_query_var || 'glossary' === get_post_type( $post_id )) {
So now I have ‘/amp/’ for all posts/pages, and ‘/?amp’ for the CM Tooltip Glossary terms. @creativemindssolutions, could you look into this? I have no idea where to start.
-
This reply was modified 5 years, 8 months ago by shineblue.