EduardET

put pagination on top of posts of a blog module

Dec 20th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function($) {
  3.     $(document).ready(function() {
  4.         var blogModule = $(".wpc-blog"),
  5.             pagination = blogModule.find(".pagination").clone().prependTo(".wpc-blog .et_pb_ajax_pagination_container")
  6.     });
  7. })(jQuery);
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment