Advertisement
GochiSiyan

remove bread crumb

Jan 13th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. add_action('amp_post_template_css',function (){
  2. ?>
  3. .amp-wp-breadcrumb {
  4. display:none;
  5. }
  6. <?php
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement