footer.php 1.2 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: kigen/footer
  5. * Categories: featured, footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group alignfull">
  11. <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
  12. <div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)">
  13. <!-- wp:navigation {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"fontSize":"x-small"} /-->
  14. <!-- wp:paragraph {"align":"right","className":"has-x-small-font-size","fontSize":"x-small"} -->
  15. <p class="has-text-align-right has-x-small-font-size"><?php
  16. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'kigen' ) ) . '" rel="nofollow">WordPress</a>';
  17. echo sprintf(
  18. /* Translators: WordPress link. */
  19. esc_html__( 'Designed with %1$s', 'kigen' ),
  20. $wordpress_link
  21. );?></p>
  22. <!-- /wp:paragraph -->
  23. </div>
  24. <!-- /wp:group -->
  25. <!-- wp:pattern {"slug":"kigen/border"} /-->
  26. </div>
  27. <!-- /wp:group -->