• Hi,

    At the end of my AMP posts there is a link to the category, the post has been published in, but since I do not utilize categories, it does not have any usecase on my site.

    It looks like this:

    Categories: Uncategorized @da

    How do I remove this? Preferably through “Additional CSS” in “Costumize”.

    Thanks in advance.

    Best regards,
    Tobias Hyldeborg

Viewing 2 replies - 1 through 2 (of 2 total)
  • @tobiashyldeborg thanks for the topic!

    When using Additional CSS in the Customizer, you can use html[amp] as the root selector with your CSS to apply to AMP pages/posts only. For example, to hide titles on my AMP pages/posts I can use the following in the Customizer:

    html[amp] .entry-title {
    	display:none;
    }

    Feel free to share an example URL on your site and we can take a look too.

    Plugin Author Weston Ruter

    (@westonruter)

    Are you using Reader mode? Then a different approach would be required.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove link to categories in the end of AMP posts?’ is closed to new replies.