Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php if(is_page('page title')){ ?>
  2.  
  3. <script type = "text/javascript" >
  4. history.pushState(null, null, 'page-slug');
  5. window.addEventListener('popstate', function(event)
  6. {
  7. history.pushState(null, null, 'page-slug');
  8. });
  9. </script>
  10. <?php }?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement