Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- // Código para agrupar el título, meta y contenido en un div
- jQuery(document).ready(function($){
- $(".ov-masonry .et_pb_post").each(function() {
- $(this).find(".entry-title, .post-meta, .post-content ").wrapAll('<div class="ov-meta-content"></div>');
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement