Guest User

Untitled

a guest
Apr 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <script>
  2. (function($) {
  3. $(document).ready(function() {
  4. if ( $('#left-area article').hasClass('category-wonderlit-blog') ) {
  5. $('.et_pb_posts_nav').insertBefore('.et_social_inline');
  6. }
  7. });
  8. })(jQuery);
  9. </script>
Add Comment
Please, Sign In to add comment