Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css" integrity="sha512-+EoPw+Fiwh6eSeRK7zwIKG2MA8i3rV/DGa3tdttQGgWyatG/SkncT53KHQaS5Jh9MNOT3dmFL0FjTY08And/Cw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
- <Loop type=videos orderby=date order=desc paged=6>
- <div class="ov-card-video">
- <a class="popup-video" href="{Field acf_editor=enlace_del_video}">
- <div class="imagen">
- <Field image size=medium />
- </div>
- <div class="titulo">
- <h3><Field title /></h3>
- </div>
- <p class="tiempo"><Field acf_editor=tiempo /></p>
- </a>
- </div>
- </Loop>
- <PaginateButtons scroll_top=true scroll_animate=2000 />
- <PaginateFields>
- Página <Field current_page /> de <Field total_pages />
- </PaginateFields>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement