td-amp adding amp link for attachment page in attachment page [fix here]

Posted in: Newspaper
Post count: 68

hi, i found one error in attachment page.

attache

is not good, because in webmaster tools 8000 error amp link :/

for fix:

open: wp-content/plugins/td-amp/includes/amp-frontend-actions.php

find:
add_action( 'wp_head', 'amp_frontend_add_canonical' );

add before:
if( is_singular( array('post','page') ) )

finish, after clean all cache.

Post count: 20688

Hi,

So the AMP link appears in an attachment page source? That shouldn’t happen. I will pass this along to our developer team, they will take a look and make modification if needed in the plugin.

Thanks

Post count: 68
Post count: 68

this problem came back again. and overturned on top.

tagdiv AMP: 1.3 | built on 12.12.2018 11:28
Themes: Theme version 9.2.2

Post count: 20688

Hi,

Quite unusual, there is a condition in the AMP plugin preventing this from happening
https://www.screencast.com/t/kdNqCoxN9ln
Only by removing this condition would this issue occur. So there would be no relation between attachment pages and AMP, the amphtml link should never appear in attachment pages. I made tests on my end and this is not happening.

Thanks

Post count: 68

i change this line after work. i added one video : https://youtu.be/o32KDgi8NfA

if ( ! ( is_singular( array('post','page')) || $wp_query->is_posts_page ) || is_feed() ) {

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.