Advertisement
GochiSiyan

disable category link

May 20th, 2021
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. add_action('wp_footer',function (){
  2. ?>
  3. <script>
  4. (function(){
  5. (document.querySelectorAll('.jeg_postblock .jeg_post_category') || []).forEach(function(value){
  6. value.addEventListener('click',function(e){
  7. e.preventDefault();
  8. });
  9. });
  10. })();
  11. </script>
  12. <?php
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement