footer-right.php 979 B

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. /**
  3. * Title: Right-aligned footer
  4. * Slug: stewart/footer-right
  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 {"align":"full","layout":{"inherit":true}} -->
  13. <div class="wp-block-group alignfull">
  14. <!-- wp:group {"align":"wide"} -->
  15. <div class="wp-block-group alignwide"><!-- wp:paragraph {"align":"right","fontSize":"small"} -->
  16. <p class="has-text-align-right has-small-font-size">
  17. <?php
  18. printf(
  19. /* Translators: WordPress link. */
  20. esc_html__( 'Proudly powered by %s', 'stewart' ),
  21. '<a href="' . esc_url( __( 'https://wordpress.org', 'stewart' ) ) . '" rel="nofollow">WordPress</a>'
  22. );
  23. ?>
  24. </p>
  25. <!-- /wp:paragraph --></div>
  26. <!-- /wp:group --></div>
  27. <!-- /wp:group -->
  28. <!-- wp:spacer {"height":60} -->
  29. <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
  30. <!-- /wp:spacer -->