Advertisement
Guest User

Untitled

a guest
Jan 24th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <script type="application/javascript">
  2. (function($) {
  3. $(document).ready(function() {
  4.  
  5. $(".categories-tabs-module .recent-post").each(function(){
  6. $(this).find("p.post-meta > span").appendTo($(this).find(".et-main-image"));
  7. var post_url = $(this).find('.et-description h2 a').attr('href');
  8. $(this).append("<a href='"+post_url+"' class='read-more'>Read more</a>");
  9. });
  10.  
  11. });
  12. })(jQuery)
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement