Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('amp_post_template_css',function ($class){
- ?>
- .amp-wp-byline {
- display: none !important;
- }
- .amp-wp-posted-on:before {
- display: none;
- }
- .amp-wp-posted-on {
- margin-left: unset;
- }
- <?php
- },99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement