Edit Amp Pages

Posted in: Newspaper
Post count: 46

Hello,

For our AMP pages on your newspaper theme, we are trying to edit the_content using
add_filter( ‘the_content’, ‘prefix_insert_post_ads’ );

Normal pages work, but AMP doesn’t. Are you removing that filter, what can we do to edit content?

We want to be able to add certain tags after a number of paragraphs.

Also please tell us how to properly edit the wp-content/plugins/td-composer/mobile/ theme in the child.

Thank you

Post count: 35449

Hi,

If that code is set a functions, then you need to set it in mobile functions too -> wp-content/plugins/td-composer/mobile/functions.php

The wp-content/plugins/td-composer/mobile/ can not be set in a child theme only the files specific in our documentation can be set in child theme.

Thank you!

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