Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- jQuery(document).ready(function(){
- jQuery("article.et_pb_post").each(function(){
- jQuery(">a:first-child, .et_pb_image_container", this).insertAfter(jQuery(".post-meta", this));
- });
- });
- </script>
- <script type="text/javascript">
- jQuery(document).ready(function(){
- jQuery( ".entry-title, .post-meta" ).insertBefore( jQuery( ".single-post article.et_pb_post" ) );
- });
- </script>
- <script type="text/javascript">
- jQuery(document).ready(function(){
- jQuery( "#comment-wrap" ).insertAfter( jQuery( ".single-post article.et_pb_post" ) );
- });
- </script>
- <script type="text/javascript">
- jQuery(document).ready(function(){
- jQuery( "#respond.comment-respond" ).insertAfter( jQuery( "#comment-wrap" ) );
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment