Forums
Forums / Fixing WordPress / How i can remove string in widget
(@dzukis87)
10 years, 1 month ago
Hello people,
I would like to remove text from my arrows in widget on whole pages.
http://www.dailywrangle.com/6-reasons-to-join-a-church-even-if-youre-a-hopeless-heathen/
issue is here on latest and popular tag: http://prntscr.com/aoel4c
I tried to put this in footer.php
<script> (function($){ $('.blog-text p, .tabber-text p').each(function() { var str = "Prev articleNext"; str = str.replace("Prev articleNext", ""); } </script>
but id doesnt work
The topic ‘How i can remove string in widget’ is closed to new replies.