I don’t see an AMP version for that page. But if you want to remove the date for just the AMP version you can hide that element via css using the following (added to the end of your themes style.css):
html[amp] elementname{
display:none
}
Just be sure to replace the ‘elementname’ with the date class or id. Another option is to use a CSS AMP only plugin.
thanks a lot
another question:
I have a “Call Now Button” plugin and want to activate this plugin in AMP pages.
do you have any suggestion how can i do this?
Can you tell us which exact plugin you use and what it does? Then we can help you further.
You could try this for the ratings:
html[amp] .rmp-amp-rating-widget {
display: none;
}
As for the Call Now button, I’d need to have a closer look at it first.
thanks a lot
the css works 🙂
the only problem is Call Button now
@m62n I can see you logged a ticket with the Call Now Button forum. Hopefully you manage to get it sorted. I will mark this ticket in this forum as closed.