EduardET

Untitled

Feb 14th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2. jQuery(document).ready(function(){
  3. jQuery("article.et_pb_post").each(function(){
  4. jQuery(">a:first-child, .et_pb_image_container", this).insertAfter(jQuery(".post-meta", this));
  5. });
  6. });
  7. </script>
  8.  
  9. <script type="text/javascript">
  10. jQuery(document).ready(function(){
  11. jQuery( ".entry-title, .post-meta" ).insertBefore( jQuery( ".single-post article.et_pb_post" ) );
  12. });
  13. </script>
  14.  
  15. <script type="text/javascript">
  16. jQuery(document).ready(function(){
  17. jQuery( "#comment-wrap" ).insertAfter( jQuery( ".single-post article.et_pb_post" ) );
  18. });
  19. </script>
  20.  
  21. <script type="text/javascript">
  22. jQuery(document).ready(function(){
  23. jQuery( "#respond.comment-respond" ).insertAfter( jQuery( "#comment-wrap" ) );
  24. });
  25. </script>
Advertisement
Add Comment
Please, Sign In to add comment