gallery.php 642 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * Title: Gallery
  4. * Slug: vivre/gallery
  5. * Categories: gallery
  6. */
  7. ?>
  8. <!-- wp:group -->
  9. <div class="wp-block-group">
  10. <!-- wp:heading {"level":6} -->
  11. <h6><?php echo esc_html__( 'Recent photos', 'vivre' ); ?></h6>
  12. <!-- /wp:heading -->
  13. <!-- wp:query {"query":{"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false,"perPage":2},"displayLayout":{"type":"flex","columns":2}} -->
  14. <div class="wp-block-query"><!-- wp:post-template -->
  15. <!-- wp:post-featured-image /-->
  16. <!-- /wp:post-template --></div>
  17. <!-- /wp:query -->
  18. </div>
  19. <!-- /wp:group -->