Ei kuvausta

footer-query-images-title-citation.php 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. /**
  3. * Footer with query, featured images, title, and citation
  4. */
  5. return array(
  6. 'title' => __( 'Footer with query, featured images, title, and citation', 'twentytwentytwo' ),
  7. 'categories' => array( 'footer' ),
  8. 'blockTypes' => array( 'core/template-part/footer' ),
  9. 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"foreground","textColor":"background","layout":{"inherit":true}} -->
  10. <div class="wp-block-group alignfull has-background-color has-foreground-background-color has-text-color has-background has-link-color" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"flex","columns":3},"align":"wide"} -->
  11. <div class="wp-block-query alignwide"><!-- wp:post-template -->
  12. <!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"318px"} /-->
  13. <!-- wp:post-title {"isLink":true,"fontSize":"x-large"} /-->
  14. <!-- wp:post-excerpt /-->
  15. <!-- wp:post-date {"format":"F j, Y","isLink":true,"fontSize":"small"} /-->
  16. <!-- /wp:post-template --></div>
  17. <!-- /wp:query -->
  18. <!-- wp:spacer -->
  19. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  20. <!-- /wp:spacer -->
  21. <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
  22. <div class="wp-block-group alignwide" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:site-title {"level":0} /-->
  23. <!-- wp:group {"layout":{"type":"flex","justifyContent":"right"}} -->
  24. <div class="wp-block-group">
  25. <!-- wp:paragraph -->
  26. <p>' .
  27. sprintf(
  28. /* Translators: WordPress link. */
  29. esc_html__( 'Proudly powered by %s', 'twentytwentytwo' ),
  30. '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentytwo' ) ) . '" rel="nofollow">WordPress</a>'
  31. ) . '</p>
  32. <!-- /wp:paragraph --></div>
  33. <!-- /wp:group --></div>
  34. <!-- /wp:group --></div>
  35. <!-- /wp:group -->',
  36. );