query-medium-posts.php 1.0 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. /**
  3. * Query: Image at left.
  4. *
  5. * @package WordPress
  6. */
  7. return array(
  8. 'title' => _x( 'Image at left', 'Block pattern title' ),
  9. 'blockTypes' => array( 'core/query' ),
  10. 'categories' => array( 'query' ),
  11. 'content' => '<!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} -->
  12. <div class="wp-block-query">
  13. <!-- wp:post-template -->
  14. <!-- wp:columns {"align":"wide"} -->
  15. <div class="wp-block-columns alignwide"><!-- wp:column {"width":"66.66%"} -->
  16. <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:post-featured-image {"isLink":true} /--></div>
  17. <!-- /wp:column -->
  18. <!-- wp:column {"width":"33.33%"} -->
  19. <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:post-title {"isLink":true} /-->
  20. <!-- wp:post-excerpt /--></div>
  21. <!-- /wp:column --></div>
  22. <!-- /wp:columns -->
  23. <!-- /wp:post-template -->
  24. </div>
  25. <!-- /wp:query -->',
  26. );