footer-default.php 843 B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: stewart/footer-default
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:spacer {"height":60} -->
  10. <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
  11. <!-- /wp:spacer -->
  12. <!-- wp:group -->
  13. <div class="wp-block-group">
  14. <!-- wp:paragraph {"align":"center","fontSize":"tiny"} -->
  15. <p class="has-text-align-center has-small-font-size">
  16. <?php
  17. printf(
  18. /* Translators: WordPress link. */
  19. esc_html__( 'Proudly powered by %s', 'stewart' ),
  20. '<a href="' . esc_url( __( 'https://wordpress.org', 'stewart' ) ) . '" rel="nofollow">WordPress</a>'
  21. )
  22. ?>
  23. </p>
  24. <!-- /wp:paragraph -->
  25. </div>
  26. <!-- /wp:group -->
  27. <!-- wp:spacer {"height":60} -->
  28. <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
  29. <!-- /wp:spacer -->