Advertisement
GochiSiyan

remove author amp

Dec 6th, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. add_action('amp_post_template_css',function ($class){
  2. ?>
  3. .amp-wp-byline {
  4. display: none !important;
  5. }
  6.  
  7. .amp-wp-posted-on:before {
  8. display: none;
  9. }
  10.  
  11. .amp-wp-posted-on {
  12. margin-left: unset;
  13. }
  14. <?php
  15. },99999);
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement