Advertisement
oscarviedma

Código template Loop Videos (Loops & Logic)

Apr 20th, 2023
1,302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <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" />
  2.  
  3. <Loop type=videos orderby=date order=desc paged=6>
  4. <div class="ov-card-video">
  5. <a class="popup-video" href="{Field acf_editor=enlace_del_video}">
  6.  
  7. <div class="imagen">
  8. <Field image size=medium />
  9. </div>
  10.  
  11. <div class="titulo">
  12. <h3><Field title /></h3>
  13. </div>
  14.  
  15. <p class="tiempo"><Field acf_editor=tiempo /></p>
  16.  
  17. </a>
  18. </div>
  19. </Loop>
  20.  
  21. <PaginateButtons scroll_top=true scroll_animate=2000 />
  22.  
  23. <PaginateFields>
  24. Página <Field current_page /> de <Field total_pages />
  25. </PaginateFields>
  26.  
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement