Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <script type="application/javascript">
  2. (function($) {
  3. $(document).ready(function() {
  4.  
  5. $(".post-module .post").each(function(){
  6. var href = $(this).find('.entry-title a').attr('href');
  7. $(this).find('.entry-summary').append('<a href="'+href+'">Read More</a>')
  8. });
  9.  
  10. });
  11. })(jQuery)
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement