query-large-title-posts.php 1.9 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /**
  3. * Query: Large title.
  4. *
  5. * @package WordPress
  6. */
  7. return array(
  8. 'title' => _x( 'Large title', 'Block pattern title' ),
  9. 'blockTypes' => array( 'core/query' ),
  10. 'categories' => array( 'query' ),
  11. 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"100px","right":"100px","bottom":"100px","left":"100px"}},"color":{"text":"#ffffff","background":"#000000"}}} -->
  12. <div class="wp-block-group alignfull has-text-color has-background" style="background-color:#000000;color:#ffffff;padding-top:100px;padding-right:100px;padding-bottom:100px;padding-left:100px"><!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} -->
  13. <div class="wp-block-query"><!-- wp:post-template -->
  14. <!-- wp:separator {"customColor":"#ffffff","align":"wide","className":"is-style-wide"} -->
  15. <hr class="wp-block-separator alignwide has-text-color has-background is-style-wide" style="background-color:#ffffff;color:#ffffff"/>
  16. <!-- /wp:separator -->
  17. <!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->
  18. <div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"20%"} -->
  19. <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:20%"><!-- wp:post-date {"style":{"color":{"text":"#ffffff"}},"fontSize":"extra-small"} /--></div>
  20. <!-- /wp:column -->
  21. <!-- wp:column {"verticalAlignment":"center","width":"80%"} -->
  22. <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:post-title {"isLink":true,"style":{"typography":{"fontSize":"72px","lineHeight":"1.1"},"color":{"text":"#ffffff","link":"#ffffff"}}} /--></div>
  23. <!-- /wp:column --></div>
  24. <!-- /wp:columns -->
  25. <!-- /wp:post-template --></div>
  26. <!-- /wp:query --></div>
  27. <!-- /wp:group -->',
  28. );