How to hide page views on amp?

Posted in: Newspaper
Post count: 71

Hi I’ve successfully hidden page views on template 13 with this code .td-post-template-13 .td-post-header .td-post-title .td-post-views {
display: none;
}

However, I went to set up the tag AMP plugin earlier and I noticed that on AMP the page views still show, is there something I can add so that it hides views on AMP as well?

Post count: 20688

Hi,

That code will not affect the AMP template. This will require a modification in the AMP plugin files if you want to remove the views
https://www.screencast.com/t/dD4NYh1Da
Comment or remove that code and the views will no longer be displayed in AMP post pages.

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