footer.php 1.0 KB

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: eventual/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"bottom":"2rem","top":"2rem"},"margin":{"top":"0rem","bottom":"0rem"}},"border":{"top":{"width":"0.5rem"},"bottom":{"width":"0.5rem"}}},"layout":{"type":"flex","justifyContent":"right"}} -->
  10. <div class="wp-block-group alignfull" style="border-top-width:0.5rem;border-bottom-width:0.5rem;margin-top:0rem;margin-bottom:0rem;padding-top:2rem;padding-bottom:2rem"><!-- wp:paragraph {"align":"right","style":{"typography":{"fontSize":"4rem","lineHeight":"1"}}} -->
  11. <p class="has-text-align-right" style="font-size:4rem;line-height:1">
  12. <?php
  13. /* Translators: WordPress link. */
  14. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'eventual' ) ) . '" rel="nofollow">WordPress</a>';
  15. echo sprintf(
  16. esc_html__( 'Designed with %1$s', 'eventual' ),
  17. $wordpress_link
  18. );
  19. ?>
  20. </p>
  21. <!-- /wp:paragraph -->
  22. </div>
  23. <!-- /wp:group -->